Skip to content

Commit

Permalink
ci: Enable test execution on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-koehler committed Jul 11, 2023
1 parent 7e1e835 commit 97ea030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: pnpm run lint

- name: Test
if: matrix.os == 'windows-latest'
if: matrix.os == 'windows-latest' || matrix.os == 'macos-latest'
run: |
set NODE_OPTIONS=--max_old_space_size=4096
pnpm run test
Expand Down

0 comments on commit 97ea030

Please sign in to comment.