Skip to content

Commit

Permalink
Update rust-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGANGLOFF authored Apr 22, 2024
1 parent 9b241a8 commit 5323dd2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Clean cache
run: cargo clean
- name: Run tests
run: cargo test --verbose
run: cargo test

0 comments on commit 5323dd2

Please sign in to comment.