leave this for another PR

This commit is contained in:
Anton-4 2023-09-12 16:31:50 +02:00
parent 8b9b36c4ae
commit 25b2276a13
No known key found for this signature in database
GPG Key ID: 0971D718C0A9B937
2 changed files with 0 additions and 6 deletions

View File

@ -22,9 +22,6 @@ jobs:
- uses: cachix/install-nix-action@v22
- name: test building default.nix
run: nix-build
- 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

View File

@ -38,9 +38,6 @@ in
src = pkgs.nix-gitignore.gitignoreSource [ ] ./.;
# faster linking with lld
RUSTFLAGS = "-C link-arg=-fuse-ld=lld";
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {