Skip to content

Commit 85ce30f

Browse files
addaleaxtargos
authored andcommitted
build: run full test suite in ASAN action
Refs: #32776 PR-URL: #33170 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Matheus Marchini <[email protected]>
1 parent 71c4d91 commit 85ce30f

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/test-asan.yml

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: test-asan
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
paths-ignore:
6+
- 'doc/**'
7+
pull_request:
8+
paths-ignore:
9+
- 'doc/**'
410

511
env:
612
PYTHON_VERSION: 3.8
@@ -24,5 +30,5 @@ jobs:
2430
run: npx envinfo
2531
- name: Build
2632
run: make build-ci -j2 V=1
27-
- name: Test cctest
28-
run: make cctest -j2 V=1
33+
- name: Test
34+
run: make run-ci -j2 V=1 TEST_CI_ARGS="-p dots"

0 commit comments

Comments
 (0)