Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnStarich committed Jun 23, 2024
1 parent b4609c9 commit 9691f37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
#architecture: ${{ matrix.goarch }}
architecture: ${{ matrix.goarch }}
- name: Test
run: make test
env:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ lint: lint-deps
test-deps:
@if [ ! -f "${GO_BIN}/go_js_wasm_exec" ]; then \
set -ex; \
go install github.com/agnivade/wasmbrowsertest@${BROWSERTEST_VERSION}; \
GOOS= GOARCH= go install github.com/agnivade/wasmbrowsertest@${BROWSERTEST_VERSION}; \
ln -s "${GO_BIN}/wasmbrowsertest" "${GO_BIN}/go_js_wasm_exec"; \
fi
@go install github.com/mattn/goveralls@v0.0.9
Expand Down

0 comments on commit 9691f37

Please sign in to comment.