Skip to content

Commit

Permalink
finalizes CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
christophkloeffel committed Oct 12, 2024
1 parent 2f954fa commit 622628e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,22 +96,10 @@ 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
- name: Check output files
if: always()
run: |
util/check_local_modifications.sh
- name: Setup tmate session
if: failure()
timeout-minutes: 40
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ full-release:
coverage:
coverage combine -q
coverage html --rcfile=coverage.cfg
coverage report --rcfile=coverage.cfg --fail-under=57
coverage report --rcfile=coverage.cfg --fail-under=64

test: system-tests unit-tests
make coverage
Expand Down

0 comments on commit 622628e

Please sign in to comment.