Skip to content

Commit

Permalink
Running openmp w/ valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Jan 31, 2024
1 parent 7ca3609 commit 5630513
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install valgrind
run: sudo apt-get install --no-install-recommends valgrind

- name: Check
run: |
cd tests && make main.o && ./main.o
cd tests && make 01c.o && valgrind --leak-check=full ./01c.o
# cd tests && make main.o && ./main.o

0 comments on commit 5630513

Please sign in to comment.