Skip to content

chore(deps): bump serde_json from 1.0.116 to 1.0.117 #415

chore(deps): bump serde_json from 1.0.116 to 1.0.117

chore(deps): bump serde_json from 1.0.116 to 1.0.117 #415

Workflow file for this run

name: CI
on: [pull_request, push]
env:
CARGO_TERM_COLOR: always
jobs:
windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- name: Run tests
run: cargo test --verbose
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- name: Run cargo fmt
run: cargo fmt --all -- --check
- name: Run tests
run: cargo test --verbose