From d1c73faab376c6793b56496ee6e1a717c99a0b41 Mon Sep 17 00:00:00 2001 From: charles-r-earp Date: Tue, 14 May 2024 17:38:36 -0700 Subject: [PATCH] ci fix workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41d51fe..a9094fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: 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' }} + 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