Skip to content

Commit

Permalink
Update build-test-rust-minimap2-sys.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jguhlin authored Nov 22, 2024
1 parent 44f59e5 commit 354087a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-test-rust-minimap2-sys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,14 @@ jobs:
run: cargo test
- name: Run minimap2-sys simde tests
run: cargo test --features simde

test-m1-mac:
runs-on: macos-14
steps:
- uses: actions/checkout@v3
- run: cd minimap2-sys
- name: Run minimap2-sys tests
run: cargo test
- name: Run minimap2-sys simde tests
run: cargo test --features simde

0 comments on commit 354087a

Please sign in to comment.