Skip to content

Commit

Permalink
Rebuild native modules with debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Nov 9, 2023
1 parent 45ae148 commit e19089e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ jobs:
with:
path: packages/validator/spec-tests
key: spec-test-data-${{ hashFiles('packages/validator/test/spec/params.ts') }}

- name: Rebuild native modules with debug
run: npm rebuild --debug
- name: Unit tests
run: yarn test:unit
- name: Upload coverage data
Expand Down

0 comments on commit e19089e

Please sign in to comment.