Skip to content

Commit c9b1f66

Browse files
committed
Update testall.yml
1 parent 36300ec commit c9b1f66

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/testall.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,15 @@ jobs:
3535
with:
3636
toolchain: ${{ matrix.rust }}
3737
profile: minimal
38-
components: clippy # always install clippy
38+
components: clippy
3939
default: true
4040

41+
- name: Ensure Default
42+
run: |
43+
rustup default ${{ matrix.rust }}
44+
rustc --version
45+
cargo --version
46+
4147
- name: Run tests or clippy
4248
run: |
4349
N_FLAG=""

0 commit comments

Comments
 (0)