Skip to content

Commit 21daa86

Browse files
committed
need to -run option to execute specific test cases
1 parent 6fd1c57 commit 21daa86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: go test -list="Test|Example" ./... | launchable subset --session $(cat session.txt) --confidence 80% go-test > launchable-subset.txt
5656
- name: Test
5757
run: |
58-
go test $(cat launchable-subset.txt) ./... -v 2>&1 | go-junit-report -set-exit-code > report.xml
58+
go test -run $(cat launchable-subset.txt) ./... -v 2>&1 | go-junit-report -set-exit-code > report.xml
5959
cat report.xml
6060
- name: Record
6161
run: launchable record tests --session $(cat session.txt) go-test report.xml

0 commit comments

Comments
 (0)