Skip to content

Commit

Permalink
try once more to get the if: syntax right
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Aug 22, 2023
1 parent df61a57 commit 14e9852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: No-default features
run: cargo test --workspace --no-default-features
- name: Journey
if: ${{ matrix.os }} != 'windows-latest' # on windows, journey tests don't run yet and it's not important enough right now
if: startsWith(matrix.os, 'windows') # on windows, journey tests don't run yet and it's not important enough right now
run: just ci-test
installation:
name: Installation
Expand Down

0 comments on commit 14e9852

Please sign in to comment.