Skip to content

Commit 4d3c49c

Browse files
committed
GHA: move slowest build step last
so we have a better chance of failing faster
1 parent a3c76b8 commit 4d3c49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
nix_path: nixpkgs=channel:nixos-unstable
1616
- uses: DeterminateSystems/magic-nix-cache-action@main
17-
- run: nix build -v -L .#entrace
1817
- run: nix build -v -L .#entrace_core
1918
- run: nix build -v -L .#entrace_core_lite
2019
- run: nix build -v -L .#entrace_script
20+
- run: nix build -v -L .#entrace

0 commit comments

Comments
 (0)