Skip to content

Commit 13f177b

Browse files
committed
update tests.yml
1 parent 0f1aee1 commit 13f177b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -123,20 +123,12 @@ jobs:
123123
run: ./_test/check_exercises.sh
124124
continue-on-error: ${{ matrix.rust == 'beta' && matrix.deny_warnings == '1' }}
125125

126-
- name: Cargo clean (to prevent previous compilation from unintentionally interfering with later ones)
127-
run: ./_test/cargo_clean_all.sh
128-
129126
- name: Ensure stubs compile
130127
env:
131128
DENYWARNINGS: ${{ matrix.deny_warnings }}
132129
run: ./_test/ensure_stubs_compile.sh
133130
continue-on-error: ${{ matrix.rust == 'beta' && matrix.deny_warnings == '1' }}
134131

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' }}
140132

141133
rustformat:
142134
name: Check Rust Formatting

0 commit comments

Comments
 (0)