Skip to content

Commit 12060d9

Browse files
authored
run tests on gh workflow
1 parent 057e68e commit 12060d9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ jobs:
1414
node-version: '16.6.1'
1515
- run: npm install
1616
- run: npm run build
17+
- run: npm run test

jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default (): Config.InitialOptions => {
88
setupFilesAfterEnv: ['./jest.setup.ts'],
99
verbose: true,
1010
testMatch: [
11-
// '**/test/crypto/*.test.ts',
11+
'**/test/crypto/*.test.ts',
1212
'**/test/misc/*.test.ts',
1313
'**/test/transformers/*.test.ts',
1414
],

0 commit comments

Comments
 (0)