diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e3bfcc62e..15720eec1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,9 +30,7 @@ jobs: - name: clippy run: cargo clippy --tests --examples - name: doc - env: - RUSTDOCFLAGS: --cfg docsrs - run: cargo doc + run: cargo doc --features bevy/wayland - name: fmt run: cargo fmt --check all-features: @@ -59,9 +57,7 @@ jobs: - name: clippy run: cargo clippy --tests --examples --all-features --features bevy/wayland - name: doc - env: - RUSTDOCFLAGS: --cfg docsrs - run: cargo doc --all-features + run: cargo doc --all-features --features bevy/wayland - name: fmt run: cargo fmt --check all-features-nightly: