ci(web): isolate Bun test files
Some checks failed
Rust / Format (push) Waiting to run
Rust / Clippy (push) Waiting to run
Rust / Generated Docs (push) Waiting to run
Rust / Test (Linux) (push) Waiting to run
Rust / Test (macOS) (push) Waiting to run
TypeScript / Typecheck (push) Has been cancelled
TypeScript / Test (push) Has been cancelled
TypeScript / Build (push) Has been cancelled

This commit is contained in:
Bryan Helmkamp 2026-05-11 00:20:42 -04:00
parent f15ff91307
commit 2d36ef63cc
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ jobs:
persist-credentials: false
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
- run: bun install --frozen-lockfile
- run: cd apps/fabro-web && bun test
- run: cd apps/fabro-web && bun run test
build:
name: Build

View file

@ -5,7 +5,7 @@
"scripts": {
"build": "bun run scripts/build.ts",
"dev": "bun run scripts/build.ts --watch",
"test": "bun test",
"test": "bun test --isolate",
"typecheck": "tsc"
},
"dependencies": {