diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml new file mode 100644 index 0000000..f14a48b --- /dev/null +++ b/.github/workflows/tests.yml @@ -0,0 +1,13 @@ +name: Image testing + +on: +- push + +jobs: + tests: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: testing + run: | + make test