Skip to content

build(deps): Bump serde_json from 1.0.130 to 1.0.132 #1970

build(deps): Bump serde_json from 1.0.130 to 1.0.132

build(deps): Bump serde_json from 1.0.130 to 1.0.132 #1970

Workflow file for this run

name: Test
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Rust toolchain
run: rustup show
- name: cargo test
run: cargo test --workspace