Skip to content

Commit 352d1d9

Browse files
committed
no nightly on ci
1 parent 9a16117 commit 352d1d9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,11 @@ jobs:
5656
run: docker compose logs ${{ matrix.database }}
5757
- name: Run tests against ${{ matrix.database }}
5858
timeout-minutes: 5
59-
run: cargo +nightly test -- -Z unstable-options --ensure-time
59+
run: cargo test -- --nocapture
6060
env:
6161
DATABASE_URL: ${{ matrix.database }}://root:Password123!@127.0.0.1/sqlpage
6262
RUST_BACKTRACE: 1
6363
RUST_LOG: sqlpage=debug
64-
RUST_TEST_TIME_UNIT: 100,1000
65-
RUST_TEST_TIME_INTEGRATION: 1000,10000
6664

6765
windows_test:
6866
runs-on: windows-latest

0 commit comments

Comments
 (0)