Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aljazerzen committed Apr 24, 2024
1 parent 01fe570 commit 5791865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: edgedb/setup-edgedb@v1
- uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
with:
components: "cargo,rustc,rust-std"
components: "cargo,rustc,rust-std,clippy,rustfmt"
toolchain: ${{ matrix.rust_version }}
- name: Test all features
run: |
Expand Down

0 comments on commit 5791865

Please sign in to comment.