diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2021-09-07 19:11:06 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2021-09-07 19:11:06 +0200 |
| commit | 78e923b6b0b3bdc8e731beee2db7be04f06ab364 (patch) | |
| tree | 096db8b799f7b56ffd29105eae063758538f1952 /.github/workflows | |
| parent | 1ab6a765daad7a9418daf9e1ee4c35ed0cca7f05 (diff) | |
Add Makefile for tests.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f8b91b31..11705c87d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,11 @@ jobs: - name: Odin run run: ./odin run examples/demo/demo.odin timeout-minutes: 10 + - name: core:image and core:compress tests + run: | + cd tests/core + make + timeout-minutes: 10 build_macOS: runs-on: macos-latest steps: |