Skip to content

Commit

Permalink
use msrv for integration tests (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman authored Oct 2, 2023
1 parent 158d16a commit 21f9f0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

env:
CARGO_TERM_COLOR: always
MSRV: 1.67.1
REDIS_URL: redis://localhost:6379/1
MONGODB_URL: mongodb://localhost:27017
POSTGRES_URL: postgres://postgres:postgres@localhost:5432
Expand Down Expand Up @@ -104,7 +105,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: |
rustup toolchain install stable --profile minimal
rustup toolchain install ${{ env.MSRV }} --profile minimal
cargo install cargo-tarpaulin
- uses: Swatinem/rust-cache@v2
- uses: taiki-e/install-action@nextest
Expand Down

0 comments on commit 21f9f0a

Please sign in to comment.