Skip to content

Commit

Permalink
run tests in CI also with TEST_TRANSFORMER
Browse files Browse the repository at this point in the history
  • Loading branch information
koskimas committed Jul 3, 2022
1 parent ceb59c3 commit f2715be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- name: Run node tests
run: npm test

- name: Run node tests with transformer
run: TEST_TRANSFORMER=1 npm test

- name: Run browser tests
run: npm run test:browser

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kysely",
"version": "0.19.6",
"version": "0.19.7",
"description": "Type safe SQL query builder",
"repository": {
"type": "git",
Expand Down

0 comments on commit f2715be

Please sign in to comment.