We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f0432 commit 69ac030Copy full SHA for 69ac030
.github/workflows/gh-pages.yml
@@ -18,10 +18,6 @@ jobs:
18
- name: Checkout
19
uses: actions/checkout@v2
20
21
- - name: Test WebAssembly
22
- run: |
23
- GOOS=js GOARCH=wasm go test -v ./...
24
-
25
- name: Build WebAssembly
26
run: |
27
GOOS=js GOARCH=wasm go build -ldflags="-X 'main.Revision=$(git rev-parse --short HEAD)'" -o public/kuronan-dash.wasm
0 commit comments