Pārlūkot izejas kodu

Add Odin check -threaded-checker test for windows

gingerBill 2 gadi atpakaļ
vecāks
revīzija
3e8c63ad31
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. 5 0
      .github/workflows/ci.yml

+ 5 - 0
.github/workflows/ci.yml

@@ -123,6 +123,11 @@ jobs:
         run: |
           call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat
           odin check examples/demo -vet
+      - name: Odin check -threaded-checker
+        shell: cmd
+        run: |
+          call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat
+          odin check examples/demo -vet -threaded-checker
         timeout-minutes: 10
       - name: Odin run
         shell: cmd