aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPatrick Lodder <[email protected]>2021-06-19 21:07:20 +0200
committerPatrick Lodder <[email protected]>2021-06-19 23:19:55 +0200
commit1efd93e613e3c4be4c7a930d6028528ad5b53bdd (patch)
treed65c491002cb73434d64a3997f55fdc80947049b /.github
parentRemove travis.yml (diff)
downloaddiscoin-1efd93e613e3c4be4c7a930d6028528ad5b53bdd.tar.xz
discoin-1efd93e613e3c4be4c7a930d6028528ad5b53bdd.zip
[ci] Enable windows unit tests
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2db6f5175..eea86e40a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
sudo update-alternatives --set i686-w64-mingw32-gcc /usr/bin/i686-w64-mingw32-gcc-posix
sudo update-alternatives --set i686-w64-mingw32-g++ /usr/bin/i686-w64-mingw32-g++-posix
sudo update-binfmts --import /usr/share/binfmts/wine
- run-tests: false
+ run-tests: true
dep-opts: ""
config-opts: "--enable-reduce-exports"
goal: install
@@ -82,7 +82,7 @@ jobs:
sudo update-alternatives --set x86_64-w64-mingw32-gcc /usr/bin/x86_64-w64-mingw32-gcc-posix
sudo update-alternatives --set x86_64-w64-mingw32-g++ /usr/bin/x86_64-w64-mingw32-g++-posix
sudo update-binfmts --import /usr/share/binfmts/wine
- run-tests: false
+ run-tests: true
dep-opts: ""
config-opts: "--enable-reduce-exports"
goal: install