Skip to content

bump optimizer back to 0.15.1 and fix compile script name #129

bump optimizer back to 0.15.1 and fix compile script name

bump optimizer back to 0.15.1 and fix compile script name #129

Workflow file for this run

name: unit tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Run cargo test
uses: actions-rs/cargo@v1
with:
command: test