Skip to content

Commit

Permalink
ci disable x86 tests on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-r-earp committed May 14, 2024
1 parent 82f0fac commit cf0f274
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,12 @@ jobs:
- name: test
run: cargo test --workspace --no-default-features --features serde,mnist,neural-network -v
- name: test avx
if: ${{ matrix.os != 'macos-latest' }}
env:
RUST_BUILD_RUSTFLAGS: -Ctarget-feature=+avx
run: cargo test --test=integration_tests --no-default-features --features neural-network --target ${{ matrix.target }} -v conv2_direct
- name: test fma
if: ${{ matrix.os == 'macos-latest' }}
env:
RUST_BUILD_RUSTFLAGS: -Ctarget-feature=+fma
run: cargo test --test=integration_tests --no-default-features --features neural-network --target ${{ matrix.target }} -v conv2_direct
Expand Down

0 comments on commit cf0f274

Please # to comment.