Skip to content

Commit c24ec3b

Browse files
committed
fix: remove stale pgsodium reference from Makefile test target
1 parent 4648ac4 commit c24ec3b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ test: build
3939
CREATE EXTENSION vector; \
4040
CREATE EXTENSION postgis; \
4141
CREATE EXTENSION pg_textsearch; \
42-
CREATE EXTENSION pgsodium; \
4342
SELECT 'all extensions OK';"
4443
@docker stop $(CONTAINER_NAME)-test > /dev/null
4544
@docker rm $(CONTAINER_NAME)-test > /dev/null

0 commit comments

Comments
 (0)