Add Makefile for tests.

This commit is contained in:
Jeroen van Rijn
2021-09-07 19:11:06 +02:00
parent 1ab6a765da
commit 78e923b6b0
4 changed files with 22 additions and 2 deletions
+5
View File
@@ -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: