Skip to content

Merge pull request #102 from holochain/2023-11-24-tweaks #372

Merge pull request #102 from holochain/2023-11-24-tweaks

Merge pull request #102 from holochain/2023-11-24-tweaks #372

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