Skip to content

further improve performance by keeping sorted vectors #67

further improve performance by keeping sorted vectors

further improve performance by keeping sorted vectors #67

name: Rust CI
on: [push, pull_request]
jobs:
build_and_test:
name: Run cargo build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo build --verbose
- run: cargo test --verbose