There was an error while loading. Please reload this page.
1 parent 77ef0fe commit b33d613Copy full SHA for b33d613
1 file changed
Makefile
@@ -3,7 +3,7 @@ all:
3
4
.PHONY: test
5
test:
6
- cargo test --all-features
+ cargo test --features postgres,sqlite,mysql,duckdb,flight
7
8
.PHONY: lint
9
lint:
0 commit comments