Experimenting

This commit is contained in:
2022-10-20 09:45:28 +11:00
committed by GitHub
parent 876aad853c
commit 208ad9d615

View File

@@ -13,5 +13,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: install valgrind
run: sudo apt install valgrind
- name: make test - name: make test
run: make test run: make test