Skip to content

Commit

Permalink
Add TinyGo CI testing for base library
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Krieger <[email protected]>
  • Loading branch information
ben-krieger committed Dec 24, 2024
1 parent 2c67c67 commit f291ff3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,13 @@ jobs:
run: go test -v ./tpm/...
- name: Test examples
run: go test -v ./examples/...
go:
name: Test Go packages (TinyGo)
runs-on: ubuntu-latest
container:
image: tinygo/tinygo:0.35.0
steps:
- name: Check out repository code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Test base library
run: tinygo test -v ./...
2 changes: 1 addition & 1 deletion examples/wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Prerequisites

Download TinyGo from your OS package manager and Wrangler from npm.
Download TinyGo (>= 0.35.0) from your OS package manager and Wrangler from npm.

## Deploy

Expand Down

0 comments on commit f291ff3

Please sign in to comment.