Skip to content

Bump flake and fix wasm builds; CI improvements #422

Bump flake and fix wasm builds; CI improvements

Bump flake and fix wasm builds; CI improvements #422

Workflow file for this run

name: run tests windows
on:
push:
branches:
- develop
pull_request: {}
jobs:
test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: wasm32-unknown-unknown
- run: cargo test -- --nocapture
- run: cargo test --manifest-path test/Cargo.toml -- --nocapture
- run: cd test && cargo bench