File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
name : Build and Fuzz
2
2
3
- on : [push, pull_request]
3
+ on :
4
+ schedule :
5
+ # Run this every wednesday at 3:50. https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
6
+ - cron : ' 50 3 * * 3'
4
7
5
8
jobs :
6
9
fuzz_msan :
27
30
-B build-msan
28
31
cmake --build build-msan
29
32
33
+ - name : run harness for fuzz_get_attribute_value
34
+ working-directory : yubihsm-shell
35
+ run : ./build-msan/pkcs11/fuzz_get_attribute_value -max_total_time=1800
36
+
30
37
fuzz_asan :
31
38
name : fuzz with AddressSanitizer
32
39
runs-on : ubuntu-latest
62
69
-DENABLE_STATIC=ON \
63
70
-B build-asan
64
71
cmake --build build-asan
72
+
73
+ - name : run harness for fuzz_get_attribute_value
74
+ working-directory : yubihsm-shell
75
+ run : ./build-asan/pkcs11/fuzz_get_attribute_value -max_total_time=1800
You can’t perform that action at this time.
0 commit comments