Skip to content

Commit

Permalink
Only test perf-Sanity, not perf-SuperFast
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Nov 20, 2022
1 parent 58ee840 commit 84df3fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coq.yml
Expand Up @@ -54,7 +54,7 @@ jobs:
- 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
run: etc/ci/github-actions-make.sh ${EXTRA_GH_REPORTIFY} -j2 perf-Sanity
- name: display timing info
run: cat time-of-build-pretty.log
- name: display per-line timing info
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-coq.yml
Expand Up @@ -27,4 +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
etc/ci/github-actions-make.sh --warnings -j2 perf-Sanity

0 comments on commit 84df3fa

Please sign in to comment.