Skip to content

Update Rust crate dashmap to v6 #297

Update Rust crate dashmap to v6

Update Rust crate dashmap to v6 #297

Workflow file for this run

on: [push]
jobs:
test:
name: Format and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo fmt --all -- --check && cargo test
build:
name: Build
runs-on: ubuntu-latest
needs: [test]
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo build --release --all-features