Skip to content

Commit

Permalink
Test perf-SuperFast on CI
Browse files Browse the repository at this point in the history
To prevent things like coq/coq#16853
  • Loading branch information
JasonGross committed Nov 19, 2022
1 parent 5bb7d13 commit 4c6d69d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coq.yml
Expand Up @@ -53,6 +53,8 @@ jobs:
submodules: recursive
- name: all
run: etc/ci/github-actions-make.sh ${EXTRA_GH_REPORTIFY} -j2 all
- name: perf-SuperFast
run: etc/ci/github-actions-make.sh ${EXTRA_GH_REPORTIFY} -j2 perf-SuperFast
- name: display timing info
run: cat time-of-build-pretty.log
- name: display per-line timing info
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-coq.yml
Expand Up @@ -27,3 +27,4 @@ jobs:
echo '::endgroup::'
echo '::remove-matcher owner=coq-problem-matcher::'
etc/ci/github-actions-make.sh --warnings -j2 all
etc/ci/github-actions-make.sh --warnings -j2 perf-SuperFast

0 comments on commit 4c6d69d

Please sign in to comment.