Skip to content

Commit

Permalink
Fixing Check
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Jan 31, 2024
1 parent 5630513 commit 5cf626e
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
steps:
- uses: actions/checkout@v4

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

- name: Check
run: |
cd tests && make 01c.o && valgrind --leak-check=full ./01c.o
# cd tests && make main.o && ./main.o
cd tests && make main.o && ./main.o
# cd tests && make 01c.o && valgrind --leak-check=full ./01c.o
1 change: 1 addition & 0 deletions tests/00-cloning-model-saves/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Dummy
1 change: 1 addition & 0 deletions tests/00-lfmcmc-saves/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Dummy
1 change: 1 addition & 0 deletions tests/01-queue-saves/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Dummy
1 change: 1 addition & 0 deletions tests/01-sample-saves/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Dummy
1 change: 1 addition & 0 deletions tests/01-sir-saves/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Dummy
1 change: 1 addition & 0 deletions tests/01-sirconnected-saves/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Dummy
1 change: 1 addition & 0 deletions tests/01b-sir-saves/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Dummy
1 change: 1 addition & 0 deletions tests/01c-sir-saves/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Dummy
1 change: 1 addition & 0 deletions tests/01c/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Data for test 01c
1 change: 1 addition & 0 deletions tests/02-reproducible-sir-saves/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Dummy
1 change: 1 addition & 0 deletions tests/02-reproducible-sirconn-saves/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Dummy
1 change: 1 addition & 0 deletions tests/03-sis-saves/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Dummy
1 change: 1 addition & 0 deletions tests/04-initial-dist-saves/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Dummy
1 change: 1 addition & 0 deletions tests/main-saves/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Dummy
1 change: 1 addition & 0 deletions tests/saves/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Dummy

0 comments on commit 5cf626e

Please sign in to comment.