Skip to content

Commit 32088c8

Browse files
Firestar99LegNeato
authored andcommitted
fix ci step Rustfmt compiletests
1 parent 45a10f0 commit 32088c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ jobs:
145145
run: cargo fetch --locked
146146
- name: Rustfmt
147147
run: cargo fmt --all -- --check
148-
- name: Rustfmt tests
149-
run: rustfmt --check tests/ui/**/*.rs
148+
- name: Rustfmt compiletests
149+
run: shopt -s globstar && rustfmt --check tests/compiletests/ui/**/*.rs
150150
- name: Check docs are valid
151151
run: RUSTDOCFLAGS=-Dwarnings cargo doc --no-deps
152152
- name: Check docs for `spirv-std` and `spirv-builder` on stable (for docs.rs)

0 commit comments

Comments
 (0)