mirror of
https://github.com/Noratrieb/bool-toggle.git
synced 2026-01-14 20:35:01 +01:00
add vibe check
This commit is contained in:
parent
a64274d206
commit
e80383e999
1 changed files with 11 additions and 0 deletions
11
.github/workflows/rust.yml
vendored
11
.github/workflows/rust.yml
vendored
|
|
@ -170,6 +170,17 @@ jobs:
|
||||||
# Note: needs cargo rustdoc, not cargo doc.
|
# Note: needs cargo rustdoc, not cargo doc.
|
||||||
run: cargo rustdoc --all-features -- -D warnings
|
run: cargo rustdoc --all-features -- -D warnings
|
||||||
|
|
||||||
|
vibe_check:
|
||||||
|
name: Vibe check
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Vibe check
|
||||||
|
run: |
|
||||||
|
if [ $((RANDOM % 3)) -eq 0 ]; then
|
||||||
|
echo "Failed the vibe check!"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
sanitizers:
|
sanitizers:
|
||||||
name: Test sanitizer ${{ matrix.sanitizer }}
|
name: Test sanitizer ${{ matrix.sanitizer }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue