Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Yuwei Ba <[email protected]>
  • Loading branch information
ibigbug authored Mar 28, 2024
1 parent f64c147 commit 3baf9da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
- name: Run cargo test on non-macos
if: ${{ matrix.platforms.os != 'macos-13' }}
run: cargo test --all --all-features
env:
CLASH_RS_CI: 'true'
- name: Run cargo test on macos
env: # this is a bit counter intuitive - some tests relies on Docker to run and are marked not(ci), but macos runner doesn't have Docker installed, so we make it "ci" to bypass those tests
CLASH_RS_CI: 'true'
if: ${{ matrix.platforms.os == 'macos-13' }}
run: cargo test --all --all-features
- name: Build artifacts
Expand Down

0 comments on commit 3baf9da

Please sign in to comment.