mirror of
https://github.com/Pithikos/C-Thread-Pool
synced 2024-11-24 22:39:56 +03:00
install Valgrind
This commit is contained in:
parent
3f826f040e
commit
4ea14a25f1
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -9,6 +9,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- name: Install Valgrind
|
||||||
|
run: sudo apt install valgrind
|
||||||
- name: Run tests with standard compilation flags
|
- name: Run tests with standard compilation flags
|
||||||
working-directory: tests/
|
working-directory: tests/
|
||||||
run: ./normal_compile.sh
|
run: ./normal_compile.sh
|
||||||
@ -16,6 +18,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- name: Install Valgrind
|
||||||
|
run: sudo apt install valgrind
|
||||||
- name: Run tests with optimized compilation flags
|
- name: Run tests with optimized compilation flags
|
||||||
working-directory: tests/
|
working-directory: tests/
|
||||||
run: ./optimized_compile.sh
|
run: ./optimized_compile.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user