Skip to content

Merge pull request #235 from zeux/varnull #188

Merge pull request #235 from zeux/varnull

Merge pull request #235 from zeux/varnull #188

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
generic:
strategy:
matrix:
os: [windows, ubuntu, macos]
name: ${{matrix.os}}
runs-on: ${{matrix.os}}-latest
steps:
- uses: actions/checkout@v1
- name: test
run: cd test && python test_all.py