File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
24
24
- run : go generate
25
25
26
- - run : go run ./lib/utils/ci-test -race -coverprofile=coverage.out . ./lib/utils ./lib/proto ./lib/cdp ./lib/defaults ./lib/devices ./lib/launcher ./lib/input
26
+ - run : go run ./lib/utils/ci-test -race -coverprofile=coverage.out -run=^Test . ./lib/utils ./lib/proto ./lib/cdp ./lib/defaults ./lib/devices ./lib/launcher ./lib/input
27
27
28
28
- run : go run github.com/ysmood/got/cmd/check-cov@latest
29
29
Original file line number Diff line number Diff line change 18
18
19
19
- uses : actions/checkout@v4
20
20
21
- - run : go run ./lib/utils/ci-test -timeout-each=2m
21
+ - run : go run ./lib/utils/ci-test -timeout-each=2m -run=^Test
22
22
23
23
- uses : actions/upload-artifact@v4
24
24
if : ${{ always() }}
36
36
37
37
- uses : actions/checkout@v4
38
38
39
- - run : go run ./lib/utils/ci-test -timeout-each=2m
39
+ - run : go run ./lib/utils/ci-test -timeout-each=2m -run=^Test
40
40
41
41
- uses : actions/upload-artifact@v4
42
42
if : ${{ always() }}
You can’t perform that action at this time.
0 commit comments