Browse Source

Update CI.

Jeroen van Rijn 3 years ago
parent
commit
1c03e68057
1 changed files with 5 additions and 4 deletions
  1. 5 4
      .github/workflows/ci.yml

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

@@ -40,8 +40,8 @@ jobs:
         timeout-minutes: 10
       - name: Odin issues tests
         run: |
-        cd tests/issues
-        ./run.sh
+          cd tests/issues
+          ./run.sh
         timeout-minutes: 10
       - name: Odin check examples/all for Linux i386
         run: ./odin check examples/all -vet -strict-style -target:linux_i386
@@ -93,8 +93,9 @@ jobs:
           make
         timeout-minutes: 10
       - name: Odin issues tests
-        cd tests/issues
-        ./run.sh
+        run: |
+          cd tests/issues
+          ./run.sh
         timeout-minutes: 10
       - name: Odin check examples/all for Darwin arm64
         run: ./odin check examples/all -vet -strict-style -target:darwin_arm64