start running tests on win
authorWolf Vollprecht <w.vollprecht@gmail.com>
Thu, 6 Jan 2022 08:06:31 +0000 (09:06 +0100)
committerWolf Vollprecht <w.vollprecht@gmail.com>
Fri, 7 Jan 2022 09:08:36 +0000 (10:08 +0100)
.github/workflows/main.yml

index fd4315cda1c68fbcc62de2a13ed0aff4a5c50436..fd7a55e3433760dfe464287a7ad2df4bad2bf87c 100644 (file)
@@ -56,11 +56,10 @@ jobs:
           CALL micromamba activate zchunk_test_env
           meson setup builddir
           meson compile -C builddir
-      # TODO tests are not yet built
-      # - name: Run zchunk tests
-      #   shell: cmd /C CALL {0}
-      #   if: runner.os == 'Windows'
-      #   run: |
-      #     micromamba activate zchunk_test_env
-      #     cd builddir
-      #     ninja test
+      - name: Run zchunk tests
+        shell: cmd /C CALL {0}
+        if: runner.os == 'Windows'
+        run: |
+          CALL micromamba activate zchunk_test_env
+          cd builddir
+          ninja test