Skip to content
Merged
Prev Previous commit
ci(rust): fix verbose flag
  • Loading branch information
clearloop committed Nov 18, 2020
commit 72d530d4e3739e409a90c035c4186df3282123ca
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
sudo apt-get install -y libsqlite3-dev libdbus-1-dev
fi
- name: Build
run: cargo build --all-features --vv
run: cargo build --all-features -vv
- name: Run tests
run: cargo test --all-features --vv
run: cargo test --all-features -vv