aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorLaytan Laats <laytanlaats@hotmail.com>2024-03-23 18:27:09 +0100
committerLaytan Laats <laytanlaats@hotmail.com>2024-03-25 14:05:07 +0100
commitdcc263c618c853eb7cc6fa300ace78bdbd6ccbc2 (patch)
tree68f52a999f292fd40ceef0d48ee8aee8f04f5166 /.github/workflows
parent3b34cf6dbb23c8c6a4337ffa3066f3ef63bd38cc (diff)
re-enable core tests on macos arm
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 48751bf5c..0cbe8ad23 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -128,11 +128,11 @@ jobs:
- name: Odin check examples/all
run: ./odin check examples/all -strict-style
timeout-minutes: 10
- # - name: Core library tests
- # run: |
- # cd tests/core
- # make
- # timeout-minutes: 10
+ - name: Core library tests
+ run: |
+ cd tests/core
+ make
+ timeout-minutes: 10
- name: Odin internals tests
run: |
cd tests/internal