Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 1d1b73f

Browse files
committed
added back valgrind on CI
1 parent 7837487 commit 1d1b73f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
build:
26-
# - os: ubuntu-latest
27-
# target: x86_64-unknown-linux-gnu
28-
# cc: clang-9
29-
# cxx: clang++-9
30-
# ld: ld.lld-9
31-
# cargoflags: --features="generate-bindings,onig"
32-
# name: valgrind
33-
# run: make clean test-valgrind
26+
- os: ubuntu-latest
27+
target: x86_64-unknown-linux-gnu
28+
cc: clang-9
29+
cxx: clang++-9
30+
ld: ld.lld-9
31+
cargoflags: --features="generate-bindings,onig"
32+
name: valgrind
33+
run: make clean test-valgrind
3434

3535
- os: ubuntu-latest
3636
target: x86_64-unknown-linux-gnu

0 commit comments

Comments
 (0)