Skip to content

Commit

Permalink
Run CI tests with ASan + UBSan
Browse files Browse the repository at this point in the history
  • Loading branch information
windytan committed Jul 15, 2024
1 parent 7258728 commit 2bc2d19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build

on:
push:
branches: [ master ]
branches: [ master, dev ]
tags: [ 'v*' ]
pull_request:
branches: [ master ]
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Install dependencies (brew)
run: brew install meson libsndfile liquid-dsp nlohmann-json catch2
- name: meson setup
run: meson setup -Dwerror=true build
run: meson setup -Dwerror=true -Db_sanitize=address -Dbsanitize=undefined build
- name: compile
run: cd build && meson compile
- name: test
Expand Down

0 comments on commit 2bc2d19

Please sign in to comment.