Skip to content

bump serde_json from 1.0.96 to 1.0.104 #601

bump serde_json from 1.0.96 to 1.0.104

bump serde_json from 1.0.96 to 1.0.104 #601

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get update && sudo apt-get install -y valgrind liburing-dev
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: dtolnay/rust-toolchain@stable
- run: cargo test
- run: cargo bench
- run: cargo test --manifest-path import-pgn/Cargo.toml