add vibe check

This commit is contained in:
nora 2024-02-08 19:43:22 +01:00
parent a64274d206
commit e80383e999

View file

@ -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