Skip to content

chore(deps): bump serde from 1.0.208 to 1.0.209 #67

chore(deps): bump serde from 1.0.208 to 1.0.209

chore(deps): bump serde from 1.0.208 to 1.0.209 #67

Workflow file for this run

name: Cargo Build & Test
on:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build_and_test:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
- run: cargo build --verbose
- run: cargo build --features shuttle --verbose
- run: cargo test --verbose