projects
/
zchunk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0745d5d
)
start running tests on win
author
Wolf Vollprecht
<w.vollprecht@gmail.com>
Thu, 6 Jan 2022 08:06:31 +0000
(09:06 +0100)
committer
Wolf Vollprecht
<w.vollprecht@gmail.com>
Fri, 7 Jan 2022 09:08:36 +0000
(10:08 +0100)
.github/workflows/main.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/main.yml
b/.github/workflows/main.yml
index fd4315cda1c68fbcc62de2a13ed0aff4a5c50436..fd7a55e3433760dfe464287a7ad2df4bad2bf87c 100644
(file)
--- 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