Skip to content

2023 08 29 flake

2023 08 29 flake #321

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