Skip to content

Remove insert_or_update method from SortedVecOfArcWith2StrKey impleme… #219

Remove insert_or_update method from SortedVecOfArcWith2StrKey impleme…

Remove insert_or_update method from SortedVecOfArcWith2StrKey impleme… #219

Workflow file for this run

name: Test it
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Test Build
run: |
cargo test --all-features