Merge pull request #5566 from roc-lang/nix-install-mac-ci-fix

Update nix_macos_x86_64.yml
This commit is contained in:
Ayaz 2023-06-17 13:44:02 -05:00 committed by GitHub
commit ab5adaf8ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ jobs:
with: with:
clean: "true" clean: "true"
- uses: cachix/install-nix-action@v20 - uses: cachix/install-nix-action@v22
- name: execute cli_run tests only, the full tests take too long but are run nightly - name: execute cli_run tests only, the full tests take too long but are run nightly
run: nix develop -c cargo test --locked --release -p roc_cli run: nix develop -c cargo test --locked --release -p roc_cli