Skip to content

Commit

Permalink
build(GHA): account for older TinyGo wasi target
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-dub committed Jan 27, 2025
1 parent 59c3bc5 commit 6944a45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
run: make test-go

- name: Tests - TinyGo
run: make test-tinygo
# The TINYGO_TARGET variable can be removed when no more TinyGo versions use "wasi" as the target name.
run: make test-tinygo TINYGO_TARGET=targets/fastly-compute-${{ matrix.tinygo-wasi-target }}.json

- name: Integration Tests - Go
run: make test-integration-go
Expand Down

0 comments on commit 6944a45

Please sign in to comment.