moved to shorter nix command

This commit is contained in:
Anton-4 2022-10-18 12:21:39 +02:00
parent 54ad5d3416
commit 0ea9a2a524
No known key found for this signature in database
GPG Key ID: A13F4A6E21141925
2 changed files with 1 additions and 3 deletions

View File

@ -23,8 +23,6 @@ jobs:
ref: "main"
clean: "true"
- run: alias nix=/home/big-ci-user/.nix-profile/bin/nix
- name: on main; prepare a self-contained benchmark folder
run: nix develop -c ./ci/benchmarks/prep_folder.sh main

View File

@ -20,4 +20,4 @@ jobs:
clean: "true"
- name: execute tests with --release
run: /home/big-ci-user/.nix-profile/bin/nix develop -c cargo test --locked --release
run: nix develop -c cargo test --locked --release