diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 150d8d15..362109cf 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -43,7 +43,7 @@ jobs: -DQSYM_BACKEND=ON \ -DLLVM_DIR=/usr/lib/llvm-${{ matrix.llvm_version }}/cmake \ .. - make tests + make check # checking compatibility (compilation only) with more recent packages llvm_compatibility_latest_llvm: @@ -78,4 +78,4 @@ jobs: -DQSYM_BACKEND=ON \ -DLLVM_DIR=/usr/lib/llvm-${{ matrix.llvm_version }}/cmake \ .. - make tests + make check