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 16708db
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 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 @@ -83,10 +83,6 @@ jobs:
pip install awscli-local
pip install urllib3==2.2.1
- name: Run clippy
run: |
cargo clippy --all-targets --all-features -- -D warnings
- name: Run tests and sqllogictests
env:
AWS_DEFAULT_REGION: us-west-2
Expand Down

0 comments on commit 16708db

Please sign in to comment.