feat: Restate build.yml

This commit is contained in:
jstoobysmith 2024-05-22 14:52:34 -04:00
parent b1a460b0da
commit f78755a6ea

View file

@ -39,7 +39,7 @@ jobs:
with:
linters: gcc
run: |
bash -o pipefail -c "env LEAN_ABORT_ON_PANIC=1 lake build | tee stdout.log"
bash -o pipefail -c "env LEAN_ABORT_ON_PANIC=1 lake build -KCI | tee stdout.log"
- name: lint HepLean
if: ${{ always() && steps.build.outcome == 'success' || steps.build.outcome == 'failure' }}