Skip to content

perf: Switched to Vec instead of HashMap in compounds #114

perf: Switched to Vec instead of HashMap in compounds

perf: Switched to Vec instead of HashMap in compounds #114

Workflow file for this run

name: Tests
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
# Make sure CI fails on all warnings, including Clippy lints
RUSTFLAGS: "-Dwarnings"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Clippy
run: cargo clippy --all-features
- name: Run tests
run: cargo test --all-features --verbose