We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a10f0 commit 32088c8Copy full SHA for 32088c8
.github/workflows/ci.yaml
@@ -145,8 +145,8 @@ jobs:
145
run: cargo fetch --locked
146
- name: Rustfmt
147
run: cargo fmt --all -- --check
148
- - name: Rustfmt tests
149
- run: rustfmt --check tests/ui/**/*.rs
+ - name: Rustfmt compiletests
+ run: shopt -s globstar && rustfmt --check tests/compiletests/ui/**/*.rs
150
- name: Check docs are valid
151
run: RUSTDOCFLAGS=-Dwarnings cargo doc --no-deps
152
- name: Check docs for `spirv-std` and `spirv-builder` on stable (for docs.rs)
0 commit comments