Skip to content

chore: set resolver to 2 and update lockfile #445

chore: set resolver to 2 and update lockfile

chore: set resolver to 2 and update lockfile #445

Workflow file for this run

name: Test
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
# Includes integration tests which are ignored by default
- run: cargo test -- --include-ignored
# Make sure benchmarks build
- run: cargo bench --no-run