Skip to content

Bump JamesIves/github-pages-deploy-action from 4.6.1 to 4.6.3 #689

Bump JamesIves/github-pages-deploy-action from 4.6.1 to 4.6.3

Bump JamesIves/github-pages-deploy-action from 4.6.1 to 4.6.3 #689

Workflow file for this run

---
name: Valgrind
on: [push, pull_request]
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt-get update
- run: sudo apt-get install libopenblas-dev liblapack-dev valgrind
- run: make
- run: make test
- run: valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --show-reachable=yes --error-exitcode=1 out/run_tests_direct
- run: valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --show-reachable=yes --error-exitcode=1 out/run_tests_indirect