Skip to content

Commit

Permalink
Update build-test-rust-minimap2-sys.yml
Browse files Browse the repository at this point in the history
Additional mac tests for zlib-ng, and static
  • Loading branch information
jguhlin authored Nov 24, 2024
1 parent d1d80f1 commit 847ab2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-test-rust-minimap2-sys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,7 @@ jobs:
run: cargo test
- name: Run minimap2-sys simde tests
run: cargo test --features simde
- name: Run minimap2-sys zlib-ng
run: cargo test --features zlib-ng
- name: Run minimap2-sys static
run: cargo test --features static

0 comments on commit 847ab2c

Please sign in to comment.