Skip to content

add bincode support #29 #37

add bincode support #29

add bincode support #29 #37

Workflow file for this run

on:
release:
types: [created]
name: Publish to crate
jobs:
publish:
name: Publish to cargo
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo test --features "use-serde"
- uses: jetli/[email protected]
with:
version: "latest"
- run: (cd wasm-example/ && wasm-pack build -t web)
- uses: katyo/publish-crates@v1
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}