Skip to content

Commit

Permalink
build: run full test suite in ASAN action
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed May 19, 2020
1 parent d093e78 commit a53c11d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/test-asan.yml
@@ -1,6 +1,12 @@
name: test-asan

on: [push, pull_request]
on:
push:
paths-ignore:
- 'doc/**'
pull-request:
paths-ignore:
- 'doc/**'

env:
PYTHON_VERSION: 3.8
Expand All @@ -24,5 +30,5 @@ jobs:
run: npx envinfo
- name: Build
run: make build-ci -j2 V=1
- name: Test cctest
run: make cctest -j2 V=1
- name: Test
run: make run-ci -j2 V=1 TEST_CI_ARGS="-p dots"

0 comments on commit a53c11d

Please sign in to comment.