There was an error while loading. Please reload this page.
1 parent 1e7c15b commit 00db86bCopy full SHA for 00db86b
1 file changed
.github/workflows/ci.yml
@@ -79,6 +79,10 @@ jobs:
79
run: |
80
COVERAGE_DIR=${{ runner.temp }} make bench
81
82
+ - name: "Run Disk Full Tests (root)"
83
+ run: |
84
+ sudo go test ./files -v -check.f 'DiskFullSuite' -coverprofile=${{ runner.temp }}/diskfull.out
85
+
86
- name: "Run System Tests"
87
env:
88
RUN_LONG_TESTS: 'yes'
0 commit comments