mirror of
https://github.com/divnix/digga.git
synced 2024-12-23 08:02:21 +03:00
imp: checks pass --show-trace flags
This commit is contained in:
parent
6efb2fbccf
commit
466ea26553
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
@ -27,5 +27,5 @@ jobs:
|
||||
- run: nix develop --command evalnix
|
||||
|
||||
# Check /examples/*
|
||||
- run: nix develop --command check-downstream
|
||||
- run: nix develop --command check-groupByConfig
|
||||
- run: nix develop --command -- check-downstream --show-trace
|
||||
- run: nix develop --command -- check-groupByConfig --show-trace
|
||||
|
@ -51,9 +51,9 @@ let
|
||||
digga_fixture
|
||||
|
||||
test -f flake.lock && lockfile_present=$? || true
|
||||
${patchedNixUnstable}/bin/nix flake lock --update-input digga; lockfile_updated=$?;
|
||||
${patchedNixUnstable}/bin/nix flake show
|
||||
${patchedNixUnstable}/bin/nix flake check
|
||||
${patchedNixUnstable}/bin/nix flake lock --update-input digga "$@"; lockfile_updated=$?;
|
||||
${patchedNixUnstable}/bin/nix flake show "$@"
|
||||
${patchedNixUnstable}/bin/nix flake check "$@"
|
||||
|
||||
cleanup
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user