Skip to content

Commit a40936a

Browse files
committed
more excludes
1 parent 87e93e9 commit a40936a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: run C format
7474
run: make recurse cmd="c-format" exclude="./. ./internal/blst ./internal/bls12381/blst_src ./_tmp"
7575
- name: run C sanitizers
76-
run: make recurse cmd="c-sanitize" exclude="./. ./random ./hash ./sign/ecdsa ./_tmp"
76+
run: make recurse cmd="c-sanitize" exclude="./. ./internal/blst ./internal/bls12381/blst_src ./random ./hash ./sign/ecdsa ./_tmp"
7777

7878

7979
unit-tests:

0 commit comments

Comments
 (0)