Skip to content

Commit bc6c533

Browse files
committed
1 parent 113ed18 commit bc6c533

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
rust: [1.56, stable, beta, nightly]
34+
rust: [1.56, stable, beta, nightly-2022-01-25]
3535
# 1.56 is minimum rust-version
3636
steps:
3737
- uses: actions/checkout@v2
@@ -84,7 +84,7 @@ jobs:
8484
run: cargo test --features "test" -- --nocapture
8585
working-directory: 'turbosql'
8686

87-
- run: cargo doc --no-deps
87+
# - run: cargo doc --no-deps
8888

8989
publish:
9090
needs: [checklinks, test, minimal-versions]

0 commit comments

Comments
 (0)