Skip to content

chore(deps): bump serde from 1.0.199 to 1.0.200 in the all-dependencies-cargo group #27

chore(deps): bump serde from 1.0.199 to 1.0.200 in the all-dependencies-cargo group

chore(deps): bump serde from 1.0.199 to 1.0.200 in the all-dependencies-cargo group #27

Workflow file for this run

name: Test
on:
push:
branches:
- "main"
pull_request:
jobs:
test:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-22.04
- windows-2022
- macos-12
- macos-14
env:
CARGO_TERM_COLOR: always
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- run: cargo fmt -- --check && cargo clippy --all-targets --all-features -- -D warnings
- run: cargo test