Skip to content

Commit

Permalink
CI: Only cargo test --package astarpa
Browse files Browse the repository at this point in the history
  • Loading branch information
RagnarGrootKoerkamp committed Jul 30, 2023
1 parent 0330586 commit a98f5a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test
args: --lib --release --workspace --exclude pa-vis --exclude pa-web --exclude pa-bin --exclude astarpa-next --no-default-features
# Only test the astarpa package; other tests are broken.
args: --lib --release --no-default-features --package astarpa

0 comments on commit a98f5a9

Please sign in to comment.