Skip to content

v3.1.0 of javy and v2.0.0 of javy-plugin-api crates #967

v3.1.0 of javy and v2.0.0 of javy-plugin-api crates

v3.1.0 of javy and v2.0.0 of javy-plugin-api crates #967

Workflow file for this run

name: WPT CI
on:
push:
branches:
- main
pull_request:
jobs:
wpt:
name: wpt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: ./.github/actions/ci-shared-setup
- name: WPT
run: |
cargo build --package=javy-plugin --release --target=wasm32-wasip1
CARGO_PROFILE_RELEASE_LTO=off cargo build --package=javy-cli --release
npm install --prefix wpt
npm test --prefix wpt