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 9a16117 commit 352d1d9Copy full SHA for 352d1d9
.github/workflows/ci.yml
@@ -56,13 +56,11 @@ jobs:
56
run: docker compose logs ${{ matrix.database }}
57
- name: Run tests against ${{ matrix.database }}
58
timeout-minutes: 5
59
- run: cargo +nightly test -- -Z unstable-options --ensure-time
+ run: cargo test -- --nocapture
60
env:
61
DATABASE_URL: ${{ matrix.database }}://root:Password123!@127.0.0.1/sqlpage
62
RUST_BACKTRACE: 1
63
RUST_LOG: sqlpage=debug
64
- RUST_TEST_TIME_UNIT: 100,1000
65
- RUST_TEST_TIME_INTEGRATION: 1000,10000
66
67
windows_test:
68
runs-on: windows-latest
0 commit comments