Skip to content

Commit f379f0c

Browse files
committed
chore: run checks individually
1 parent 7f041da commit f379f0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/nix/build_nix.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ nix --version
55
if [ -d "/workspace" ]; then
66
cd /workspace
77
fi
8+
nix build .#checks.$(nix-instantiate --eval -E builtins.currentSystem | tr -d '"').psql_15 -L --no-link
9+
nix build .#checks.$(nix-instantiate --eval -E builtins.currentSystem | tr -d '"').psql_16 -L --no-link
810
nix build .#psql_15/bin -o psql_15
911
nix build .#psql_16/bin -o psql_16
10-
nix flake check -L
1112
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_15
1213
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_16

0 commit comments

Comments
 (0)