Skip to content

Commit

Permalink
Attempt 3 at CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vcfxb committed Oct 27, 2024
1 parent ad33818 commit 1fe8216
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cargo-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,11 @@ jobs:
include:
- os: macos-latest
llvm-install-dir: /opt/homebrew/opt/llvm
- targets: --lib
- targets: --tests
- features: wright_binary
targets: --bins
targets: --bins --tests
- features: default
targets: --bins
targets: --bins --tests
exclude:
- os: windows-latest
shell: bash
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/cargo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,11 @@ jobs:
include:
- os: macos-latest
llvm-install-dir: /opt/homebrew/opt/llvm
- targets: --lib
- targets: --tests
- features: wright_binary
targets: --bins
targets: --bins --tests
- features: default
targets: --bins
targets: --bins --tests
exclude:
- os: windows-latest
shell: bash
Expand Down

0 comments on commit 1fe8216

Please sign in to comment.