Skip to content

Commit

Permalink
chore: Ignore third parties unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nakashima-hikaru committed May 5, 2024
1 parent e165494 commit 530f91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- run: cargo fmt --all --check
- run: cargo check --workspace
- run: cargo clippy --all-targets --all-features -- -D warnings -Aclippy::multiple_crate_versions
- run: cargo nextest run
- run: cargo nextest run -E 'all() - package(calendar)'

0 comments on commit 530f91e

Please sign in to comment.