File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -123,20 +123,12 @@ jobs:
123
123
run : ./_test/check_exercises.sh
124
124
continue-on-error : ${{ matrix.rust == 'beta' && matrix.deny_warnings == '1' }}
125
125
126
- - name : Cargo clean (to prevent previous compilation from unintentionally interfering with later ones)
127
- run : ./_test/cargo_clean_all.sh
128
-
129
126
- name : Ensure stubs compile
130
127
env :
131
128
DENYWARNINGS : ${{ matrix.deny_warnings }}
132
129
run : ./_test/ensure_stubs_compile.sh
133
130
continue-on-error : ${{ matrix.rust == 'beta' && matrix.deny_warnings == '1' }}
134
131
135
- - name : Check exercise crate
136
- env :
137
- DENYWARNINGS : ${{ matrix.deny_warnings }}
138
- run : ./_test/check_exercise_crate.sh
139
- continue-on-error : ${{ matrix.rust == 'beta' && matrix.deny_warnings == '1' }}
140
132
141
133
rustformat :
142
134
name : Check Rust Formatting
You can’t perform that action at this time.
0 commit comments