Skip to content
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.

Commit

Permalink
ci: always run all tests (ethereum-optimism#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
gakonst authored Apr 28, 2021
1 parent 64fbc79 commit a39a299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ts-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: yarn build

- name: Test
run: yarn test:ci
run: yarn test
env:
FORCE_COLOR: 1
ENABLE_GAS_REPORT: 1
Expand Down Expand Up @@ -89,4 +89,4 @@ jobs:
run: yarn install

- name: Lint
run: yarn lint:ci
run: yarn lint
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
"clean": "yarn lerna run clean",
"build": "yarn lerna run build",
"test": "yarn lerna run test --parallel",
"test:ci": "yarn lerna run test --parallel --since origin/master",
"lint": "yarn lerna run lint",
"lint:ci": "yarn lerna run lint --parallel --since origin/master",
"lint:fix": "yarn lerna run lint:fix",
"postinstall": "patch-package",
"release": "yarn build && yarn changeset publish"
Expand Down

0 comments on commit a39a299

Please sign in to comment.