Skip to content

Commit a393566

Browse files
committed
test: fix make test setup
1 parent 2ff3430 commit a393566

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
.PHONY: test test-unit test-integration
1+
.PHONY: test test-unit test-integration setup-db-migrations
22

33
test: test-unit test-integration
44

55
test-unit:
66
@cargo nextest run
77

88
setup-db-migrations:
9-
@cargo install sqlx-cli --no-default-features --features native-tls,postgres --version 0.8.3
9+
@cargo install sqlx-cli\@0.8.3
1010

1111

1212
test-integration:

0 commit comments

Comments
 (0)