Skip to content

Commit

Permalink
split testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Feb 22, 2025
1 parent 2bff227 commit 50568d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --features="serde-error,bwk" --verbose
run: cargo test --features="serde-error,bwk" --verbose -p biscuit-auth -p biscuit-quote -p biscuit-parser
- name: Check samples
run: |
cd biscuit-auth
Expand All @@ -50,7 +50,7 @@ jobs:
run: |
curl -L $LINK/$CARGO_C_VERSION/$CARGO_C_FILE | tar xz -C ~/.cargo/bin
- name: Run cargo-c tests
run: cargo ctest --release
run: cargo ctest --release -p biscuit-capi

coverage:
name: Coverage
Expand Down

0 comments on commit 50568d0

Please sign in to comment.