We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be0303 commit bbbdd63Copy full SHA for bbbdd63
scripts/test_coverage.sh renamed to scripts/coverage_test.sh
scripts/test_watch.sh renamed to scripts/watch_test.sh
@@ -1,4 +1,4 @@
1
#!/bin/sh
2
3
# cargo watch -w ./src -w ./tests -x 'test --features postgresql -- --nocapture --color always'
4
-cargo watch -w ./src -w ./tests -x 'test --features postgresql'
+cargo watch -w ./src -w ./tests -x 'test --features postgresql --test cargo_feature_postgresql'
0 commit comments