Skip to content

Commit e94eb86

Browse files
committed
test
1 parent 4bf2506 commit e94eb86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
meson_version: ["1.4.1"]
3333
compiler: [{ cpp: g++, c: gcc }, { cpp: clang++, c: clang }]
3434
build: ["debugoptimized", "release"]
35-
sanitize: ["thread", "memory", "leak", "address,undefined"]
35+
sanitize: ["thread", "leak", "address,undefined"]
3636

3737
steps:
3838
- name: Checkout
@@ -47,7 +47,7 @@ jobs:
4747
run: python -m pip install meson==${{ matrix.meson_version }} ninja
4848

4949
- name: Install hwloc
50-
run: sudo apt install libhwloc-dev catch2
50+
run: sudo apt install libhwloc-dev catch2
5151

5252
- name: Configure Project
5353
run: meson setup builddir/ --buildtype=${{ matrix.build }} -Db_sanitize=${{ matrix.sanitize }} -Db_ndebug=if-release -Dlf_test=true -Db_lundef=false

0 commit comments

Comments
 (0)