Skip to content

Commit

Permalink
chore: remove unknown optino from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ogzhanolguncu committed Apr 15, 2024
1 parent b413f68 commit f483476
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: bun run fmt

- name: Run tests
run: bun run test --timeout 20000
run: bun run test

- name: Run Build
run: bun run build
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"license": "MIT",
"scripts": {
"test": "bun test src --coverage --bail --coverageSkipTestFiles=[test-utils.ts] && vitest run --typecheck",
"test": "bun test src --coverage --bail --coverageSkipTestFiles=[test-utils.ts] --timeout 20000 && vitest run --typecheck",
"fmt": "bunx biome check --apply ./src",
"build": "tsup",
"prepare": "husky install"
Expand Down

0 comments on commit f483476

Please sign in to comment.