1 parent 36300ec commit c9b1f66Copy full SHA for c9b1f66
1 file changed
.github/workflows/testall.yml
@@ -35,9 +35,15 @@ jobs:
35
with:
36
toolchain: ${{ matrix.rust }}
37
profile: minimal
38
- components: clippy # always install clippy
+ components: clippy
39
default: true
40
41
+ - name: Ensure Default
42
+ run: |
43
+ rustup default ${{ matrix.rust }}
44
+ rustc --version
45
+ cargo --version
46
+
47
- name: Run tests or clippy
48
run: |
49
N_FLAG=""
0 commit comments