File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -156,8 +156,10 @@ jobs:
156156 run : cargo fetch --locked
157157 - name : Rustfmt
158158 run : cargo fmt --all -- --check
159- - name : Rustfmt tests
160- run : rustfmt --check tests/ui/**/*.rs
159+ - name : Rustfmt compiletests
160+ run : rustfmt --check tests/compiletests/ui/**/*.rs
161+ - name : Rustfmt difftests
162+ run : rustfmt --check tests/difftests/pipelines/**/*.rs
161163 - name : Check docs are valid
162164 run : RUSTDOCFLAGS=-Dwarnings cargo doc --no-deps
163165 - name : Check docs for `spirv-std` and `spirv-builder` on stable (for docs.rs)
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ const SPIRV_TARGET_PREFIX: &str = "spirv-unknown-";
3131
3232fn target_spec_json ( target : & str ) -> String {
3333 format ! (
34- "{}/../crates/spirv-builder/target-specs/{target}.json" ,
34+ "{}/../../ crates/spirv-builder/target-specs/{target}.json" ,
3535 env!( "CARGO_MANIFEST_DIR" )
3636 )
3737}
You can’t perform that action at this time.
0 commit comments