re-enable core tests on macos arm

This commit is contained in:
Laytan Laats
2024-03-23 18:27:09 +01:00
parent 3b34cf6dbb
commit dcc263c618

View File

@@ -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