From: Wolf Vollprecht Date: Thu, 6 Jan 2022 08:06:31 +0000 (+0100) Subject: start running tests on win X-Git-Tag: archive/raspbian/1.2.1+ds1-1+rpi1^2~7^2~1^2~10^2~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fc2f622e63e8e75be3700e1b330d5c44ec2e9d4b;p=zchunk.git start running tests on win --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fd4315c..fd7a55e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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