Skip to content

Commit

Permalink
Github actions, changed test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RainerZ committed Nov 6, 2024
1 parent fece83a commit b4422d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,7 @@ jobs:
with:
bins: cargo-make, cargo-nextest
- name: Run tests
run: cargo test --features=a2l_reader --features=serde -- --test-threads=1 --nocapture
run: |
cargo test --features=a2l_reader --features=serde -- --test-threads=1 --nocapture --test test_single_thread
cargo test --features=a2l_reader --features=serde -- --test-threads=1 --nocapture --test test_multi_thread

0 comments on commit b4422d1

Please sign in to comment.