Skip to content

Commit 6a24f09

Browse files
authored
Update build.yml
1 parent 317b114 commit 6a24f09

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
3737
- name: Build
3838
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
39+
- name: Run tests under Valgrind
40+
run: valgrind --leak-check=full --error-exitcode=1 ${{github.workspace}}/build/bin/cachesim ${{github.workspace}}/data/twitter_cluster52.csv csv 0.1 s3fifo
3941
- name: Test
4042
working-directory: ${{github.workspace}}/build
4143
run: ctest -C ${{env.BUILD_TYPE}}

0 commit comments

Comments
 (0)