Skip to content

Comments

Add WASM tests to the CI workflow#10

Merged
heshanpadmasiri merged 1 commit intoballerina-platform:mainfrom
snelusha:wasm-tests
Nov 14, 2025
Merged

Add WASM tests to the CI workflow#10
heshanpadmasiri merged 1 commit intoballerina-platform:mainfrom
snelusha:wasm-tests

Conversation

@snelusha
Copy link
Contributor

This pull request adds a new step to the CI workflow to run WebAssembly (WASM) tests for the Go codebase. This ensures that the code is properly tested in a WASM environment in addition to the standard Go environment.

Testing improvements:

  • Added a new "Run WASM tests" job to .github/workflows/go-ci.yml, which sets up the environment for WASM (GOOS=js, GOARCH=wasm) and runs tests using the WASM exec runner.

Closes #9

@heshanpadmasiri heshanpadmasiri merged commit 6817966 into ballerina-platform:main Nov 14, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add WASM tests to the CI workflow

2 participants