Skip to content

Commit 43302f4

Browse files
committed
Don't force remaking CWL files to run the functional tests
1 parent d545f5e commit 43302f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,13 @@ wdl2cwl/tests/cwl_files/%.cwl: %.wdl wdl2cwl/main.py
144144
wdl2cwl $< --output $@
145145

146146
# See https://github.com/common-workflow-lab/wdl2cwl_test_cache
147-
cwltest: wdl2cwl/tests/cwl_files/*.cwl wdl2cwl/tests/*
147+
cwltest:
148148
cd wdl2cwl/tests && cwltest --timeout 1200 --verbose --junit-verbose --tool cwltool --test cwl_tests.yaml -- --cachedir cache --debug
149149

150-
cwltest_bigdata: wdl2cwl/tests/cwl_files/*.cwl wdl2cwl/tests/*
150+
cwltest_bigdata:
151151
cd wdl2cwl/tests && cwltest --timeout 1200 --verbose --junit-verbose --tool cwltool --test cwl_tests_bigdata.yaml -- --cachedir cache --debug
152152

153-
cwltest_bigdata_bigmem: wdl2cwl/tests/cwl_files/*.cwl wdl2cwl/tests/*
153+
cwltest_bigdata_bigmem:
154154
cd wdl2cwl/tests && cwltest --timeout 1200 --verbose --junit-verbose --tool cwltool --test cwl_tests_bigdata_bigmem.yaml -- --cachedir cache --debug
155155

156156
## testcov : run the ${MODULE} test suite and collect coverage

0 commit comments

Comments
 (0)