Skip to content

Commit a90af46

Browse files
committed
github actions: Remove rustc-test/capture feature check
This is no longer available since the depdendency has been removed.
1 parent c22430d commit a90af46

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/main.yml

-5
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ jobs:
3030
env:
3131
RUSTFLAGS: --cfg bench
3232

33-
- name: Test "rustc-test/capture" feature
34-
if: matrix.version == 'nightly'
35-
working-directory: rcdom
36-
run: cargo test --features "rustc-test/capture"
37-
3833
- name: Cargo test
3934
if: matrix.version != 'nightly'
4035
run: cargo test --all

0 commit comments

Comments
 (0)