Skip to content

Commit a032cad

Browse files
committed
Run TSan manually
1 parent bc5c395 commit a032cad

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/reusable-san.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,26 @@ on:
1111
required: false
1212
type: boolean
1313
default: false
14+
test-command:
15+
description: Override the test command when non-empty
16+
required: false
17+
type: string
18+
default: ''
19+
workflow_dispatch:
20+
inputs:
21+
sanitizer:
22+
required: true
23+
type: string
24+
free-threading:
25+
description: Whether to use free-threaded mode
26+
required: false
27+
type: boolean
28+
default: false
29+
test-command:
30+
description: Override the test command when non-empty
31+
required: false
32+
type: string
33+
default: ''
1434

1535
env:
1636
FORCE_COLOR: 1

0 commit comments

Comments
 (0)