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 be1315f commit 074abd0Copy full SHA for 074abd0
.github/workflows/ci.yml
@@ -9,6 +9,7 @@ env:
9
CARGO_TERM_COLOR: always
10
RUST_BACKTRACE: 1
11
RUST_TEST_THREADS: 1
12
+ CARGO_PROFILE_TEST_DEBUG: 0
13
SQL_URL: postgres://db_user:db_pass@localhost:5432/test_db
14
15
jobs:
0 commit comments