Skip to content

Add explicit .toml to .cargo/config #43

Add explicit .toml to .cargo/config

Add explicit .toml to .cargo/config #43

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup nightly Rust
run: rustup toolchain install nightly-2022-12-12 --profile minimal --target wasm32-unknown-unknown --component rust-src
- name: Install npm deps
working-directory: ./test
run: npm ci
- name: Run tests
working-directory: ./test
run: npm test