Skip to content

Commit

Permalink
Kill GopherJS from our tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Dec 23, 2023
1 parent edddb74 commit c7ce112
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/web_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
working-directory: cmd/fyne_demo
run: go build

- name: Build GopherJS and Wasm full website
- name: Build WASM full website
run: |
go install github.com/gopherjs/gopherjs@latest
go install ./cmd/fyne
cd cmd/fyne_demo && fyne package --target=web
cd cmd/fyne_demo && fyne package --target=wasm

0 comments on commit c7ce112

Please sign in to comment.