Skip to content

Commit

Permalink
remove verbosity from test script
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed Oct 14, 2024
1 parent 857c47f commit 2c4f4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- run: pnpm install --frozen-lockfile

- name: Run tests
run: pnpm -F @ensdomains/ensjs tenv start --extra-time 11368000 --verbosity 1
run: pnpm -F @ensdomains/ensjs tenv start --extra-time 11368000
lint:
name: Lint
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2c4f4ee

Please sign in to comment.