Skip to content

Commit

Permalink
Remove asan builds in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
skoppe committed Sep 12, 2024
1 parent 3670f48 commit c72cc22
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build
on: [push, pull_request]
on: [push]

jobs:
test:
Expand Down Expand Up @@ -43,12 +43,6 @@ jobs:
ulimit -a
dub -c=unittest-release
- name: Run asan tests linux
if: runner.os == 'Linux' && startsWith(matrix.dc, 'ldc')
run: |
sudo apt install -y llvm # provides executable `llvm-symbolizer`
LSAN_OPTIONS=suppressions=lsan.supp dub -c=unittest-asan
- name: Run tests windows
if: runner.os != 'Linux'
run: |
Expand Down

0 comments on commit c72cc22

Please sign in to comment.