Skip to content

Commit

Permalink
Add check-all for ease of automatic checking of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Jul 26, 2022
1 parent 79e7573 commit 50a7857
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/coq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,9 @@ jobs:
- name: validate
run: make TIMED=1 validate COQCHKFLAGS="-o"
if: matrix.env.SKIP_VALIDATE == '' && github.event_name != 'pull_request'

check-all:
runs-on: ubuntu-latest
needs: build
steps:
- run: true

0 comments on commit 50a7857

Please sign in to comment.