Skip to content

Commit

Permalink
skip examples for unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed Jun 17, 2024
1 parent 519acd1 commit 5da0786
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- run: go generate

- 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
- 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

- run: go run github.com/ysmood/got/cmd/check-cov@latest

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-other-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/checkout@v4

- run: go run ./lib/utils/ci-test -timeout-each=2m
- run: go run ./lib/utils/ci-test -timeout-each=2m -run=^Test

- uses: actions/upload-artifact@v4
if: ${{ always() }}
Expand All @@ -36,7 +36,7 @@ jobs:

- uses: actions/checkout@v4

- run: go run ./lib/utils/ci-test -timeout-each=2m
- run: go run ./lib/utils/ci-test -timeout-each=2m -run=^Test

- uses: actions/upload-artifact@v4
if: ${{ always() }}
Expand Down

0 comments on commit 5da0786

Please sign in to comment.