Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anvlkv authored Jun 22, 2024
1 parent 4c5da34 commit 6d914ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: cargo test --verbose --no-run
- name: publish crates
# You may pin to the exact commit or the version.
# uses: katyo/publish-crates@c9f6fdb4620c98d491ffaa6e563cb87388bd6ece
Expand Down

0 comments on commit 6d914ef

Please sign in to comment.