Skip to content

Commit

Permalink
github action: run cargo test with --release
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng committed Dec 6, 2019
1 parent 4bab3e9 commit e3d319f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --all-features --no-fail-fast
args: --release --all-features --no-fail-fast

deploy:
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit e3d319f

Please sign in to comment.