Skip to content

Commit

Permalink
chore: add CONTRACT_SIZER_ENABLED var in test worlflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
blockchainguyy committed Oct 12, 2023
1 parent da32bfc commit da955ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: npm ci

- name: Set environment variable
run: export FAIL_COMPILE_IF_SIZE_EXCEEDS=true
run: export FAIL_COMPILE_IF_SIZE_EXCEEDS=true CONTRACT_SIZER_ENABLED=true

- name: Test
run: npm run test

0 comments on commit da955ff

Please sign in to comment.