Skip to content

Commit

Permalink
Fix condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
csasarak committed Aug 29, 2024
1 parent f434b27 commit 4f4fafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:

# Run tests in release mode to reduce the need for rebuilds.
- name: Test Rust dependencies
if: ${{ matrix.os-name != 'LinuxARM' }}
if: ${{ matrix.os != 'LinuxARM' }}
run: cargo nextest run --release

- name: Validate diagnose commands run on the platform
Expand Down

0 comments on commit 4f4fafb

Please sign in to comment.