You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The tests are pretty slow so they are executed only for PRs
88
+
# changing relevant files.
89
+
echo "Run CIFuzz tests"
90
+
echo "run_cifuzz=true" >> $GITHUB_OUTPUT
91
+
else
92
+
echo "Branch too old for CIFuzz tests; or no C files were changed"
93
+
echo "run_cifuzz=false" >> $GITHUB_OUTPUT
94
+
fi
79
95
- name: Compute hash for config cache key
80
96
id: config_hash
81
97
run: |
@@ -534,6 +550,46 @@ jobs:
534
550
- name: Tests
535
551
run: xvfb-run make test
536
552
553
+
# CIFuzz job based on https://google.github.io/oss-fuzz/getting-started/continuous-integration/
0 commit comments