Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Olivier <[email protected]>
  • Loading branch information
martin-olivier authored Jul 28, 2024
1 parent 933c459 commit 17f2fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

memory_check:
name: memory check
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v3
Expand All @@ -87,7 +87,7 @@ jobs:

- name: Run unit tests with valgrind
working-directory: build
run: valgrind --leak-check=full --show-leak-kinds=definite,possible --error-exitcode=1 ./unit_tests
run: valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1 ./unit_tests

linter:
name: linter
Expand Down

0 comments on commit 17f2fd4

Please sign in to comment.