Skip to content

Commit

Permalink
test: ✅ run tests from all sub-crates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed Mar 1, 2024
1 parent 5084f45 commit 9c6992f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Run clippy lint
run: cargo clippy --all-targets --all-features
- name: Run tests
run: cargo test --verbose
run: cargo hack test --each-feature --workspace --all-targets --verbose
- name: Build Debian package
run: cargo xtask dist deb && dpkg-deb -c target/debian/*.deb
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9c6992f

Please sign in to comment.