We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff3430 commit a393566Copy full SHA for a393566
Makefile
@@ -1,12 +1,12 @@
1
-.PHONY: test test-unit test-integration
+.PHONY: test test-unit test-integration setup-db-migrations
2
3
test: test-unit test-integration
4
5
test-unit:
6
@cargo nextest run
7
8
setup-db-migrations:
9
- @cargo install sqlx-cli --no-default-features --features native-tls,postgres --version 0.8.3
+ @cargo install sqlx-cli\@0.8.3
10
11
12
test-integration:
0 commit comments