diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index fec09c3d..c6b2ec1c 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -10,3 +10,11 @@ jobs: steps: - uses: actions/checkout@v4 - run: brew install rust + - run: cargo build + test: + runs-on: macos-latest + steps: + - uses: actions/checkout@v4 + - run: brew install node + - run: brew install rust + - run: cargo build