Skip to content

Commit

Permalink
Don't run tests when Iceoryx enabled on Ubuntu ARM CI build.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmartin82 committed Dec 9, 2024
1 parent 4cc990c commit a6c636a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Run tests (default features)
run: cargo test --verbose
- name: Run tests (with Iceoryx)
if: ${{ ! startsWith(matrix.os-arch.os,'window') }}
if: ${{ ! startsWith(matrix.os-arch.os,'window') }} && if: ${{ ! startsWith(matrix.os-arch.os,'ubuntu-22.04') }}
run: cargo test --features iceoryx --verbose
- name: Run tests (with symbol prefixing)
run: cargo test --features prefix_symbols --verbose

0 comments on commit a6c636a

Please sign in to comment.