Skip to content

Commit

Permalink
Fix Test-Tube CI (#771)
Browse files Browse the repository at this point in the history
* Add go toolchain to build test tube CI

* TT CI on all push

* Verify TT CI compile error on no go

* Revert "Verify TT CI compile error on no go"

This reverts commit 2199c8e.

* Revert "TT CI on all push"

This reverts commit de6f571.
  • Loading branch information
poroburu authored Nov 20, 2023
1 parent b554357 commit 8f52914
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_tube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
target: wasm32-unknown-unknown
override: true

- name: Setup Go
uses: actions/setup-go@v4

- name: Clone libwasmv (needed for test-tube)
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 8f52914

Please sign in to comment.