Skip to content

Commit

Permalink
Add test suite output to CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Jan 14, 2025
1 parent 8602dfb commit 9968896
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9968896

Please sign in to comment.