mirror of
https://github.com/Noratrieb/bool-toggle.git
synced 2026-01-14 12:25: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.
|
||||
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:
|
||||
name: Test sanitizer ${{ matrix.sanitizer }}
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue