Browse Source

re-enable core tests on macos arm

Laytan Laats 1 year ago
parent
commit
dcc263c618
1 changed files with 5 additions and 5 deletions
  1. 5 5
      .github/workflows/ci.yml

+ 5 - 5
.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