Skip to content

chore(deps): bump serde_json from 1.0.117 to 1.0.122 #176

chore(deps): bump serde_json from 1.0.117 to 1.0.122

chore(deps): bump serde_json from 1.0.117 to 1.0.122 #176

Workflow file for this run

on:
pull_request:
push:
branches:
- main
name: test
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: docker-compose -f integration-env.yml up -d
- run: cargo test