Skip to content

Bugfix/ignore orders after checkpoint (#122) #472

Bugfix/ignore orders after checkpoint (#122)

Bugfix/ignore orders after checkpoint (#122) #472

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-01-29
override: true
components: rustfmt, clippy
- uses: actions-rs/cargo@v1
with:
command: test