Skip to content

Commit f4ab586

Browse files
committed
Why doesn't it trigger a build? A yaml syntax error?
1 parent bd67e5d commit f4ab586

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/rust.yml

-22
Original file line numberDiff line numberDiff line change
@@ -33,25 +33,3 @@ jobs:
3333

3434
- name: Run test-project tests
3535
run: cd test-project && cargo test
36-
37-
38-
rustc_nightly_feature:
39-
strategy:
40-
matrix:
41-
os: [windows-latest, ubuntu-latest]
42-
43-
runs-on: ${{ matrix.os }}
44-
45-
steps:
46-
- uses: actions/checkout@v2
47-
48-
- name: Install rust toolchain
49-
uses: actions-rs/toolchain@v1
50-
with:
51-
profile: minimal
52-
toolchain: nightly
53-
override: true
54-
55-
- name: Run test-project tests with `rustc` feature
56-
run: cd test-project && cargo test --features rustc
57-

0 commit comments

Comments
 (0)