diff options
| author | Ross Nicoll <[email protected]> | 2021-06-20 09:09:23 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-20 09:09:23 +0100 |
| commit | a5eb8c4bcb6335b6d5ce9ef0875571c63e160052 (patch) | |
| tree | d97320d56c043305ad08332e17b2429858070483 | |
| parent | Merge pull request #2306 from p-j01/1.14.4-dev-issue2282 (diff) | |
| parent | [ci] Enable windows unit tests (diff) | |
| download | discoin-a5eb8c4bcb6335b6d5ce9ef0875571c63e160052.tar.xz discoin-a5eb8c4bcb6335b6d5ce9ef0875571c63e160052.zip | |
Merge pull request #2322 from patricklodder/1.14.4-actions-win-tests
[CI] Enable windows unit tests
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
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 |