We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32b4e9 commit 3d2ef59Copy full SHA for 3d2ef59
.github/workflows/linux.yml
@@ -26,11 +26,11 @@ jobs:
26
just init
27
- name: Build project
28
run: |
29
- just build
+ CXX=${{matrix.cxx}} just build
30
- name: Run unit tests
31
32
- just run_unit_tests
+ CXX=${{matrix.cxx}} just run_unit_tests
33
- name: Run compliance tests
34
if: ${{ matrix.cxx == 'clang++-18' }}
35
36
- just run_compliance_tests
+ CXX=${{matrix.cxx}} just run_compliance_tests
0 commit comments