Skip to content

Commit

Permalink
build: rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
tshauck committed Jul 26, 2024
1 parent e55f8cf commit b7a8013
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@1.79.0

- name: run tests
run: |
Expand All @@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@1.79.0

- name: Install toml-lint
run: |
Expand All @@ -49,7 +49,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@1.79.0

- name: Install cargo-machete
run: |
Expand All @@ -64,7 +64,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@1.79.0

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
Expand All @@ -85,6 +85,7 @@ jobs:
- name: Run clippy
run: |
cargo install clippy
cargo clippy --all-targets --all-features -- -D warnings
- name: Run tests and sqllogictests
Expand Down

0 comments on commit b7a8013

Please sign in to comment.