mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-02-17 20:03:21 +00:00
fix: free disk space in CI before running tests
This commit is contained in:
parent
60be2b6d00
commit
70bae9158c
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -122,6 +122,13 @@ jobs:
|
||||
- name: Install nextest
|
||||
run: cargo install --locked cargo-nextest
|
||||
|
||||
- name: Free disk space
|
||||
run: |
|
||||
sudo swapoff -a
|
||||
sudo rm -f /swapfile
|
||||
sudo apt clean
|
||||
df -h
|
||||
|
||||
- name: Run tests
|
||||
env:
|
||||
RISC0_DEV_MODE: "1"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user