Skip to content

Commit

Permalink
Merge pull request #4489 from Methuselah96/tests-typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson authored Apr 16, 2023
2 parents 461b093 + 6714d12 commit 3f96517
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
with:
filters: |
src:
- '.github/**'
- 'src/**'
- 'test/**'
- '.github/**/*.yaml'
Expand Down Expand Up @@ -99,7 +100,7 @@ jobs:
fail-fast: false
matrix:
node: ['16.x']
ts: ['4.1', '4.2', '4.3', '4.4', '4.5', '4.6', '4.7', '4.8', '4.9.2-rc']
ts: ['4.2', '4.3', '4.4', '4.5', '4.6', '4.7', '4.8', '4.9', '5.0']
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand Down Expand Up @@ -128,6 +129,7 @@ jobs:
run: |
yarn tsc --version
yarn check-types
yarn test:typecheck
yarn test:types
test-published-artifact:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"test:types": "tsc -p test/typescript && echo \"Typetests passed\"",
"test:watch": "vitest",
"test:cov": "vitest --coverage",
"test:typecheck": "tsc -p test && echo \"Types passed\"",
"build": "tsup",
"prepublishOnly": "yarn clean && yarn check-types && yarn format:check && yarn lint && yarn test",
"prepack": "yarn build",
Expand Down

0 comments on commit 3f96517

Please sign in to comment.