Skip to content

Commit bec2db1

Browse files
committed
Remove backward-incompatible nightly build.
1 parent b1631c7 commit bec2db1

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -54,24 +54,3 @@ jobs:
5454
run: cargo doc --all-features
5555
- name: fmt
5656
run: cargo fmt --check
57-
all-features-nightly:
58-
runs-on: ubuntu-latest
59-
steps:
60-
- name: checkout
61-
uses: actions/checkout@v4
62-
- name: toolchain
63-
uses: dtolnay/rust-toolchain@master
64-
with:
65-
toolchain: nightly
66-
components: rustfmt, rust-docs, clippy
67-
- name: test
68-
run: cargo test --all-features
69-
- name: clippy
70-
run: |
71-
cargo clippy --tests --all-features
72-
- name: doc
73-
env:
74-
RUSTDOCFLAGS: --cfg docsrs
75-
run: cargo doc --all-features
76-
- name: fmt
77-
run: cargo fmt --check

0 commit comments

Comments
 (0)