chore: CI: check update-stage0
This commit is contained in:
parent
9da4f09c67
commit
3c8400d30f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -96,6 +96,9 @@ jobs:
|
|||
- name: Test Speedcenter Benchmarks
|
||||
run: PATH=$(realpath build/stage0.5/bin):$PATH nix-shell --run 'cd tests/bench; temci exec --config speedcenter.yaml --runs 1'
|
||||
if: matrix.test-speedcenter
|
||||
- name: Check rebootstrap
|
||||
run: nix-shell --run "cd build; make update-stage0 && make -j4"
|
||||
if: matrix.name == 'Linux'
|
||||
- name: CCache stats
|
||||
run: nix-shell --run "ccache -s"
|
||||
if: matrix.os != 'windows-latest'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue