Skip to content

Commit

Permalink
Fix fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Nov 9, 2024
1 parent 738a1c0 commit 3dc6ddb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 3dc6ddb

Please sign in to comment.