Skip to content

Commit

Permalink
Remove mm2-fast tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jguhlin committed Aug 8, 2024
1 parent 92c53ae commit 9acb3e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-test-rust-minimap2-sys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,5 @@ jobs:
- run: cd minimap2-sys
- name: Run minimap2-sys tests
run: cargo test
- name: Run minimap2-sys mm2-fast tests
run: cargo test --features mm2-fast
- name: Run minimap2-sys simde tests
run: cargo test --features simde
2 changes: 0 additions & 2 deletions .github/workflows/build-test-rust-minimap2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ jobs:
run: cargo test --verbose
- name: Run tests htslib
run: cargo test --features htslib
- name: Run tests mm2-fast
run: cargo test --features mm2-fast
- name: Run tests simde
run: cargo test --features simde

Expand Down

0 comments on commit 9acb3e0

Please sign in to comment.