Enforce C++ compiler when building test binaries in CI too

This commit is contained in:
ISSOtm
2024-08-08 20:24:43 +02:00
parent b20b2dd28c
commit 784e828219

View File

@@ -74,7 +74,7 @@ jobs:
- name: Run tests
shell: bash
run: |
test/run-tests.sh
CXX=${{ matrix.cxx }} test/run-tests.sh
macos-static:
strategy: