Skip to content

Commit

Permalink
pin nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
trevyn committed Jan 28, 2022
1 parent 113ed18 commit bc6c533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [1.56, stable, beta, nightly]
rust: [1.56, stable, beta, nightly-2022-01-25]
# 1.56 is minimum rust-version
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
run: cargo test --features "test" -- --nocapture
working-directory: 'turbosql'

- run: cargo doc --no-deps
# - run: cargo doc --no-deps

publish:
needs: [checklinks, test, minimal-versions]
Expand Down

0 comments on commit bc6c533

Please sign in to comment.