Skip to content

Commit 167e99d

Browse files
author
Micha
authored
disable unnecessary plotting (#110)
1 parent e2a0945 commit 167e99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ test:
8282
echo "Build scenarios..."
8383
snakemake -call build_scenarios
8484
echo "Run DACH config..."
85-
snakemake -call ariadne_all --configfile=config/test/config.dach.yaml
85+
snakemake -call ariadne_all --until export_ariadne_variables --configfile=config/test/config.dach.yaml
8686
echo "All tests completed successfully."
8787

8888
unit-test:

0 commit comments

Comments
 (0)