Skip to content

v1.9.0

v1.9.0 #259

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build docker image
run: make build
- name: Run tests
run: make test
- name: Test M1 image too
run: make test-m1
- name: Check code formatting
run: make black-check