Commit bdba203d authored by Georgios Konstantopoulos's avatar Georgios Konstantopoulos Committed by GitHub

ci: always run all tests (#671)

parent 122df8cc
...@@ -54,7 +54,7 @@ jobs: ...@@ -54,7 +54,7 @@ jobs:
run: yarn build run: yarn build
- name: Test - name: Test
run: yarn test:ci run: yarn test
env: env:
FORCE_COLOR: 1 FORCE_COLOR: 1
ENABLE_GAS_REPORT: 1 ENABLE_GAS_REPORT: 1
...@@ -89,4 +89,4 @@ jobs: ...@@ -89,4 +89,4 @@ jobs:
run: yarn install run: yarn install
- name: Lint - name: Lint
run: yarn lint:ci run: yarn lint
...@@ -18,9 +18,7 @@ ...@@ -18,9 +18,7 @@
"clean": "yarn lerna run clean", "clean": "yarn lerna run clean",
"build": "yarn lerna run build", "build": "yarn lerna run build",
"test": "yarn lerna run test --parallel", "test": "yarn lerna run test --parallel",
"test:ci": "yarn lerna run test --parallel --since origin/master",
"lint": "yarn lerna run lint", "lint": "yarn lerna run lint",
"lint:ci": "yarn lerna run lint --parallel --since origin/master",
"lint:fix": "yarn lerna run lint:fix", "lint:fix": "yarn lerna run lint:fix",
"postinstall": "patch-package", "postinstall": "patch-package",
"release": "yarn build && yarn changeset publish" "release": "yarn build && yarn changeset publish"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment