Skip to content

Bump serde_json from 1.0.132 to 1.0.134 #38

Bump serde_json from 1.0.132 to 1.0.134

Bump serde_json from 1.0.132 to 1.0.134 #38

Workflow file for this run

name: Run Tests
on: push
permissions:
contents: write
defaults:
run:
working-directory: ./
jobs:
app-testing:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
components: rustfmt, clippy
- name: Install Dependencies
run: cargo fetch --locked
- name: Run Test
run: cargo test --all-features