Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshermp <14854761+shermp@users.noreply.github.com>2022-06-19 07:27:10 +0300
committershermp <14854761+shermp@users.noreply.github.com>2022-06-19 08:35:28 +0300
commit3b66a45cd36bd0c5b67ab8aff132ce6d7f46edfa (patch)
tree10cd57d4669546c6190207e9dea41912f6b276ae
parent0d7fec96f7fcca44552e31de715da3ab85a9fe87 (diff)
Run tests on all MSYS2 build configssp/windows-ci-1
Running tests in Meson are cheap.
-rw-r--r--.github/workflows/windows-meson-msys2.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/windows-meson-msys2.yml b/.github/workflows/windows-meson-msys2.yml
index 2af9ea000..2a29905e1 100644
--- a/.github/workflows/windows-meson-msys2.yml
+++ b/.github/workflows/windows-meson-msys2.yml
@@ -124,11 +124,9 @@ jobs:
# under MSYS2 reported in bug: https://github.com/msys2/MINGW-packages/issues/11864
- name: Run tests
- if: matrix.conf.run_tests
run: meson test -C build --print-errorlogs
- name: Summarize warnings
- if: matrix.conf.run_tests != true
env:
MAX_WARNINGS: ${{ matrix.conf.max_warnings }}
run: python ./scripts/count-warnings.py -lf build.log