Skip to content

Commit 7f041da

Browse files
committed
tests: build test and cache both versions
1 parent 0011530 commit 7f041da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/nix/build_nix.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ if [ -d "/workspace" ]; then
66
cd /workspace
77
fi
88
nix build .#psql_15/bin -o psql_15
9+
nix build .#psql_16/bin -o psql_16
910
nix flake check -L
1011
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_15
12+
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_16

0 commit comments

Comments
 (0)