Skip to content

Commit

Permalink
check not test
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelf committed Apr 21, 2024
1 parent ba9bf31 commit 92cb869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -78,4 +78,4 @@ jobs:
-DQSYM_BACKEND=ON \
-DLLVM_DIR=/usr/lib/llvm-${{ matrix.llvm_version }}/cmake \
..
make tests
make check

0 comments on commit 92cb869

Please sign in to comment.