Skip to content

Commit 8dab214

Browse files
committed
tests: build test and cache both versions
1 parent 743c6f7 commit 8dab214

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker/nix/build_nix.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,9 @@ nix build .#checks.$(nix-instantiate --eval -E builtins.currentSystem | tr -d '"
99
nix build .#checks.$(nix-instantiate --eval -E builtins.currentSystem | tr -d '"').psql_16 -L --no-link
1010
nix build .#psql_15/bin -o psql_15
1111
nix build .#psql_16/bin -o psql_16
12+
<<<<<<< HEAD
13+
=======
14+
nix flake check -L
15+
>>>>>>> aa5dd9a (tests: build test and cache both versions)
1216
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_15
1317
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_16

0 commit comments

Comments
 (0)