diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fe5030d7..3ac34bbb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,22 +37,22 @@ jobs: run: npm run lint - name: Unit tests (common) - run: npx zenfs-test -pf --common + run: npx zenfs-test -pfw --common - name: Unit tests (InMemory) - run: npx zenfs-test -pf tests/setup/memory.ts + run: npx zenfs-test -pfw tests/setup/memory.ts - name: Unit tests (contexts) - run: npx zenfs-test -pf tests/setup/context.ts + run: npx zenfs-test -pfw tests/setup/context.ts - name: Unit tests (Index) - run: npx zenfs-test -pf tests/setup/index.ts + run: npx zenfs-test -pfw tests/setup/index.ts - name: Unit tests (Port) - run: npx zenfs-test -pf tests/setup/port.ts + run: npx zenfs-test -pfw tests/setup/port.ts - name: Unit tests (Overlay+Fetch) - run: tests/fetch/run.sh + run: tests/fetch/run.sh -w - name: Report coverage run: npx zenfs-test --report