Skip to content

Commit 05359b3

Browse files
committed
ci: run indel search + property tests in the workflow matrix
1 parent baf800e commit 05359b3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
test-file: pepmatch/tests/test_discontinuous_search.py
2727
- name: Output
2828
test-file: pepmatch/tests/test_output.py
29+
- name: Indel Search
30+
test-file: pepmatch/tests/test_indel_search.py
31+
- name: Indel Property
32+
test-file: pepmatch/tests/test_indel_property.py
2933

3034
steps:
3135
- name: Checkout Code

0 commit comments

Comments
 (0)