Skip to content

build: bump holochain_serialized_bytes to v0.0.54 #429

build: bump holochain_serialized_bytes to v0.0.54

build: bump holochain_serialized_bytes to v0.0.54 #429

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@v4
- uses: dtolnay/rust-toolchain@stable
with:
targets: wasm32-unknown-unknown
- run: cargo test -- --nocapture
- run: cargo test --manifest-path test/Cargo.toml -- --nocapture
- run: cd test && cargo bench