Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Sep 7, 2023
1 parent cb246bc commit 752f032
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ jobs:
if: ${{ inputs.flow != 'push' }}
uses: "./.github/templates/watch-exec"
with:
command: nix -- build .#all-benchmarks
command: nix -- build .#all-rust-qa-packages
- id: ok
run: echo "ok=true" >> "$GITHUB_OUTPUT"

Expand Down
4 changes: 0 additions & 4 deletions code/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 4 additions & 7 deletions flake/all.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,12 @@
benchmarks-check
]);

all-rust-test-packages = pkgs.linkFarmFromDrvs "all-rust-test-packages"
(with self'.packages; [
cargo-clippy-check
check-picasso-integration-tests
unit-tests
]);

all-rust-qa-packages = pkgs.linkFarmFromDrvs "all-rust-qa-packages"
(with self'.packages; [ all-rust-test-packages all-benchmarks ]);
(with self'.packages; [
cargo-clippy-check
unit-tests
]);

all-production = pkgs.linkFarmFromDrvs "all-production"
(with self'.packages; [ livenet-composable ]);
Expand Down

0 comments on commit 752f032

Please sign in to comment.