Skip to content

Commit

Permalink
Restricting MSRV CI to published crates
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed Apr 3, 2024
1 parent a7dee7e commit 3a0c947
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,7 @@ jobs:
uses: hecrj/setup-rust-action@v1
with:
rust-version: 1.73
- name: Run unit tests
run: cargo test --workspace
- name: Run unit tests (refuse)
run: cargo test -p refuse
- name: Run unit tests (refuse-pool)
run: cargo test -p refuse-pool

0 comments on commit 3a0c947

Please sign in to comment.