Skip to content

chore: bump version to 0.1.4 for war3parser packages #36

chore: bump version to 0.1.4 for war3parser packages

chore: bump version to 0.1.4 for war3parser packages #36

Workflow file for this run

on: push
name: Wasm testing and building
jobs:
wasm32:
name: Wasm32 check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
target: wasm32-unknown-unknown
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: check
args: --all-features --benches --bins --examples --tests