Skip to content

Commit

Permalink
workflows: Exercise make distcheck in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Simon McVittie <smcv@collabora.com>
  • Loading branch information
smcv authored and TingPing committed Feb 20, 2024
1 parent f551288 commit 64e9800
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
run: make check
env:
ASAN_OPTIONS: detect_leaks=0 # Right now we're not fully clean, but this gets us use-after-free etc
- name: Check distribution
run: make distcheck
env:
ASAN_OPTIONS: detect_leaks=0

clang:
name: Build with clang
Expand Down

0 comments on commit 64e9800

Please sign in to comment.