diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2dcd79d..2c6acce8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,13 +30,13 @@ jobs: - macos-latest node: - 12 - # - '*' + - '*' test-command: - test:bin - test:fast exclude: - # - os: macos-latest - # node: '*' + - os: macos-latest + node: '*' - os: macos-latest node: 12 test-command: test:fast