Skip to content

Commit

Permalink
run lib testcase in Windows/macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq-b committed Oct 23, 2024
1 parent 7752e57 commit 3c893d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Cargo build
run: cargo build
- name: Cargo test
run: cargo test --workspace --lib --examples
run: cargo test --workspace

clippy:
name: Clippy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Cargo clippy
run: cargo clippy --tests -- --deny warnings
- name: Cargo test
run: cargo test
run: cargo test --workspace --exclude g3-journal
build-vendored:
name: Build vendored
runs-on: macos-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Cargo clippy
run: cargo clippy --no-default-features --features $env:WIN_FEATURES --tests -- --deny warnings
- name: Cargo test
run: cargo test --no-default-features --features $env:WIN_FEATURES
run: cargo test --no-default-features --features $env:WIN_FEATURES --workspace --exclude g3-journal

build-vendored:
name: Build vendored
Expand Down

0 comments on commit 3c893d8

Please sign in to comment.