Skip to content

Commit bcef44f

Browse files
fixing CI
1 parent 5eb6aab commit bcef44f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
working-directory: ${{ env.GOPHERJS_PATH }}
4444
run: go mod tidy && git diff --exit-code
4545

46-
go_tests:
47-
name: Go Tests
46+
playground_go_tests:
47+
name: Playground Go Tests
4848
runs-on: ubuntu-latest
4949
steps:
5050
- uses: actions/checkout@v4
@@ -60,4 +60,4 @@ jobs:
6060
run: echo "GOROOT=$(go env GOROOT)" >> $GITHUB_ENV
6161
- name: Run Tests
6262
working-directory: ${{ env.GOPHERJS_PATH }}
63-
run: go test -v -race ./...
63+
run: go test -v -race ./playground/...

0 commit comments

Comments
 (0)