Skip to content

Commit

Permalink
Remove --verbose from test and build
Browse files Browse the repository at this point in the history
  • Loading branch information
jfernandez committed Feb 13, 2024
1 parent db15e20 commit 1d577fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
sudo apt-get update
sudo apt-get install -y zlib1g-dev libelf-dev
- name: Test
run: cargo test --verbose
run: cargo test
- name: Build
run: cargo build --release --verbose
run: cargo build --release
- name: Upload binary
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 1d577fe

Please sign in to comment.