Skip to content

Commit

Permalink
Test with and without simd128 feature availabilty
Browse files Browse the repository at this point in the history
  • Loading branch information
james7132 committed Mar 22, 2024
1 parent de0254e commit 8bc299b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ jobs:
build-wasm:
runs-on: ubuntu-latest
strategy:
matrix:
features: ["+simd128", "-simd128"]
env:
RUSTFLAGS: "-C target-feature=${{matrix.features}} -D warnings"
steps:
- uses: actions/checkout@v4
- name: Install
Expand Down

0 comments on commit 8bc299b

Please sign in to comment.