Skip to content

chore(deps): bump serde_json from 1.0.117 to 1.0.118 #676

chore(deps): bump serde_json from 1.0.117 to 1.0.118

chore(deps): bump serde_json from 1.0.117 to 1.0.118 #676

Workflow file for this run

name: test suite
on: [push, pull_request]
jobs:
clippy:
name: cargo clippy and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- run: cargo clippy
- run: cargo test --all-features
# test:
# name: cargo test
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: dtolnay/rust-toolchain@stable
# - run: cargo test --all-features