Skip to content

Commit

Permalink
.github: Run only the bin/lib tests, not the integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso committed Jul 18, 2024
1 parent 64551a2 commit 493d56f
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 @@ -83,4 +83,4 @@ jobs:
gstreamer1.0-plugins-ugly
- name: Run tests
run: cargo test --verbose --locked
run: cargo test --lib --bins --verbose --locked

0 comments on commit 493d56f

Please sign in to comment.