We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb6aab commit bcef44fCopy full SHA for bcef44f
1 file changed
.github/workflows/ci.yaml
@@ -43,8 +43,8 @@ jobs:
43
working-directory: ${{ env.GOPHERJS_PATH }}
44
run: go mod tidy && git diff --exit-code
45
46
- go_tests:
47
- name: Go Tests
+ playground_go_tests:
+ name: Playground Go Tests
48
runs-on: ubuntu-latest
49
steps:
50
- uses: actions/checkout@v4
@@ -60,4 +60,4 @@ jobs:
60
run: echo "GOROOT=$(go env GOROOT)" >> $GITHUB_ENV
61
- name: Run Tests
62
63
- run: go test -v -race ./...
+ run: go test -v -race ./playground/...
0 commit comments