Skip to content
Snippets Groups Projects
Verified Commit 1579c895 authored by Etienne MORICE's avatar Etienne MORICE
Browse files

Give up verbose tests for now

parent c69dde5b
No related branches found
No related tags found
No related merge requests found
......@@ -6,11 +6,11 @@ cache:
- balibase/
test:
script:
- python3 -m unittest alignementseq_tests test_alignementseq_multiple -v
- python3 -m unittest alignementseq_tests test_alignementseq_multiple
test_performance:
script:
- python3 -m unittest alignementseq_tests.PerformanceTestCase -v
- python3 -m unittest alignementseq_tests.PerformanceTestCase
artifacts:
paths:
- timings.png
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment