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.
-run
1 parent 6fd1c57 commit 21daa86Copy full SHA for 21daa86
1 file changed
.github/workflows/go.yml
@@ -55,7 +55,7 @@ jobs:
55
run: go test -list="Test|Example" ./... | launchable subset --session $(cat session.txt) --confidence 80% go-test > launchable-subset.txt
56
- name: Test
57
run: |
58
- go test $(cat launchable-subset.txt) ./... -v 2>&1 | go-junit-report -set-exit-code > report.xml
+ go test -run $(cat launchable-subset.txt) ./... -v 2>&1 | go-junit-report -set-exit-code > report.xml
59
cat report.xml
60
- name: Record
61
run: launchable record tests --session $(cat session.txt) go-test report.xml
0 commit comments