We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf800e commit 05359b3Copy full SHA for 05359b3
1 file changed
.github/workflows/tests.yml
@@ -26,6 +26,10 @@ jobs:
26
test-file: pepmatch/tests/test_discontinuous_search.py
27
- name: Output
28
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
33
34
steps:
35
- name: Checkout Code
0 commit comments