Home
last modified time | relevance | path

Searched refs:failed (Results 1 – 2 of 2) sorted by relevance

/rust-libc-0.2.174/ci/
H A Dstyle.sh45 failed=false
46 rustfmt --config-path rustfmt.toml "$file" ${check:+"$check"} || failed=true
54 if [ "$failed" != "false" ]; then
/rust-libc-0.2.174/.github/workflows/
H A Dci.yaml306 # failed" as success. So we have to do some contortions to ensure the job fails if any of its
311 - name: check if any dependency failed