Skip to content

Improve JS test scenarios #485

Improve JS test scenarios

Improve JS test scenarios #485

Workflow file for this run

name: Build
on: [pull_request, merge_group]
permissions:
contents: read
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
toolchain:
- stable
- nightly
env:
RUST_BACKTRACE: 1
steps:
- uses: actions/checkout@v4
- name: Build
uses: ./.github/actions/rust-build
with:
toolchain: ${{ matrix.toolchain }}