name: runtests on: push: paths-ignore: ['README.md', 'LICENSE', '.gitignore'] pull_request: paths-ignore: ['README.md', 'LICENSE', '.gitignore'] jobs: runtests: strategy: matrix: impl: ['i386-linux-handwritten', 'c', 'python'] runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: run tests run: | make ${{ matrix.impl }} ./planck < bootstrap.fs runtests.fs