Skip to content

Commit 373ef22

Browse files
committed
-j to -p
1 parent 63a8869 commit 373ef22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-n-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
CC=testcompiler CXX=testccompiler FC=testfortran coverage run -p `which machinestate` -c
8181
coverage run -p `which machinestate` -e -s -a -m hostname
8282
coverage run -p `which machinestate` -p output.json
83-
coverage run -p `which machinestate` -e -j output.json
83+
coverage run -p `which machinestate` -e -p output.json
8484
coverage run -p `which machinestate` -p output-ext.json
8585
coverage run -p `which machinestate` --html
8686
coverage run -p `which machinestate` --html -o output.html

0 commit comments

Comments
 (0)