Skip to content
Permalink
Browse files
build: run full test suite in ASAN action
Refs: #32776

PR-URL: #33170
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Matheus Marchini <mat@mmarchini.me>
  • Loading branch information
addaleax authored and targos committed Jun 2, 2020
1 parent 71c4d91 commit 85ce30fe57174882537dd8f04427ff43d23708f8
Showing with 9 additions and 3 deletions.
  1. +9 −3 .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
@@ -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 85ce30f

Please sign in to comment.