Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
christophkloeffel committed Oct 12, 2024
1 parent 08457a7 commit 0708510
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: |
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements_dev.txt
sudo apt install cmake ninja-build
sudo apt install cmake ninja-build graphviz
- name: Cache clang-tidy
id: cache-clang-tidy
uses: actions/cache@v3
Expand All @@ -96,12 +96,6 @@ jobs:
name: Build clang-tidy
run: |
make clang-tidy
- name: Save cache
uses: actions/cache/save@v3
if: always()
with:
path: ~/work/lobster/llvm-project/build/bin/clang-tidy
key: cache-clang-tidy
- name: Run integration tests
run: |
make integration-tests
Expand Down

0 comments on commit 0708510

Please sign in to comment.