Skip to content

Commit

Permalink
(IGNORE) Remove "Check for unknown features in cfg attributes and mac…
Browse files Browse the repository at this point in the history
…ros" CI step (#183)

Nightly build changed in an incompatible way :-(
  • Loading branch information
scouten-adobe authored Nov 14, 2023
1 parent 68ca53c commit 2400701
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,21 +250,6 @@ jobs:
version: latest
args: --all-targets --all-features

unknown-features-cfg:
name: Check for unknown features in cfg attributes and macros
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@nightly

- name: Check for unknown features
env:
RUSTFLAGS: "-D unexpected-cfgs"
run: cargo +nightly check -Z unstable-options -Z check-cfg=features --tests

version_bump:
name: Ensure (MAJOR) tag is used when making an API breaking change
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2400701

Please sign in to comment.