Skip to content

Commit 00db86b

Browse files
committed
run disk full tests with sudo
1 parent 1e7c15b commit 00db86b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ jobs:
7979
run: |
8080
COVERAGE_DIR=${{ runner.temp }} make bench
8181
82+
- name: "Run Disk Full Tests (root)"
83+
run: |
84+
sudo go test ./files -v -check.f 'DiskFullSuite' -coverprofile=${{ runner.temp }}/diskfull.out
85+
8286
- name: "Run System Tests"
8387
env:
8488
RUN_LONG_TESTS: 'yes'

0 commit comments

Comments
 (0)