ci: add single test for wasm

It looks like we didn't have any tests for wasm. Having one tests is not
much, but it proves that the infrastructure works and it actually
verifies a fix to https://github.com/tinygo-org/tinygo/issues/4777.

We should add more packages to this list in the future.
This commit is contained in:
Ayke van Laethem
2025-03-07 10:43:55 +01:00
committed by Ron Evans
parent 5a09084c73
commit dc876c6ed4
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -165,6 +165,7 @@ jobs:
ln -s ~/lib/tinygo/bin/tinygo ~/go/bin/tinygo
- run: make tinygo-test-wasip1-fast
- run: make tinygo-test-wasip2-fast
- run: make tinygo-test-wasm
- run: make smoketest
assert-test-linux:
# Run all tests that can run on Linux, with LLVM assertions enabled to catch