Skip to content

chore(deps): bump serde-json-wasm from 0.5.0 to 0.5.2 #6

chore(deps): bump serde-json-wasm from 0.5.0 to 0.5.2

chore(deps): bump serde-json-wasm from 0.5.0 to 0.5.2 #6

Workflow file for this run

name: Test Suite
on:
pull_request:
workflow_dispatch:
env:
RUSTFLAGS: -D warnings
jobs:
test:
name: Test Suite
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.65.0
target: wasm32-unknown-unknown
override: true
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test
args: --locked --lib
env:
RUST_BACKTRACE: 1