Skip to content

Commit 9dcbe65

Browse files
authored
Use bun coverage
1 parent 5488351 commit 9dcbe65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ jobs:
104104
run: bun run build
105105
- name: Build
106106
run: nix-build -A miso-ghcjs
107-
- name: Miso.js coverage
108-
run: nix-shell -p yarn --run 'yarn install && yarn run coverage'
107+
- name: Miso.ts test coverage
108+
run: bun run test
109109
- name: Deploy
110110
run: nix-build -A deploy -j1 && ./result
111111
env:

0 commit comments

Comments
 (0)