Skip to content

Commit

Permalink
Don't run cargo check on windows/mac CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Jan 26, 2024
1 parent 00bb71c commit 9ed7f63
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,9 @@ jobs:
uses: taiki-e/install-action@v2
with:
tool: nextest
- name: Run cargo check
run: |
cargo check --all-targets --all-features
- name: Run cargo nextest
run: |
cargo nextest run --profile ci
cargo nextest run --profile ci --all-features
test-macos:
runs-on: macos-12
env:
Expand All @@ -89,9 +86,6 @@ jobs:
uses: taiki-e/install-action@v2
with:
tool: nextest
- name: Run cargo check
run: |
cargo check --all-targets --all-features
- name: Run cargo nextest
run: |
cargo nextest run --profile ci
cargo nextest run --profile ci --all-features

0 comments on commit 9ed7f63

Please sign in to comment.