Skip to content

feat: add strategies for V2 and priority orders #39

feat: add strategies for V2 and priority orders

feat: add strategies for V2 and priority orders #39

Workflow file for this run

on:
push:
branches:
- main
pull_request:
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
components: clippy
override: true
- uses: actions-rs/cargo@v1
with:
command: test