Skip to content

Merge branch 'release' into dependabot/cargo/crossbeam-deque-0.7.4 #12

Merge branch 'release' into dependabot/cargo/crossbeam-deque-0.7.4

Merge branch 'release' into dependabot/cargo/crossbeam-deque-0.7.4 #12

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup
run: cargo install cargo-readme
- name: Build
run: ./bin/build
- name: Run tests
run: ./bin/test