Skip to content

Commit

Permalink
chore(deploy): remove test script
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoliveira21 committed Dec 17, 2023
1 parent 6bde3ea commit fc61dbb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
- name: Install dependencies
run: go get .

- name: Test with Go CLI
run: go test ./...

- name: Build WASM
run: GOOS=js GOARCH=wasm go build -o ./web/public/chip8.wasm ./web/web.go

Expand Down

0 comments on commit fc61dbb

Please sign in to comment.