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 285ea71 commit 9a16117Copy full SHA for 9a16117
.github/workflows/ci.yml
@@ -55,12 +55,14 @@ jobs:
55
if: failure()
56
run: docker compose logs ${{ matrix.database }}
57
- name: Run tests against ${{ matrix.database }}
58
- timeout-minutes: 2
59
- run: cargo test
+ timeout-minutes: 5
+ run: cargo +nightly test -- -Z unstable-options --ensure-time
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