Skip to content

Commit 69ac030

Browse files
committed
fix: delete invalid test
1 parent b3f0432 commit 69ac030

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/gh-pages.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v2
2020

21-
- name: Test WebAssembly
22-
run: |
23-
GOOS=js GOARCH=wasm go test -v ./...
24-
2521
- name: Build WebAssembly
2622
run: |
2723
GOOS=js GOARCH=wasm go build -ldflags="-X 'main.Revision=$(git rev-parse --short HEAD)'" -o public/kuronan-dash.wasm

0 commit comments

Comments
 (0)