This commit is contained in:
Kreyren 2020-02-10 18:26:26 +00:00
parent ea9c954022
commit 5e4bed645a

@ -29,7 +29,7 @@ jobs:
run: |
make build-gcc-c
valgrind --leak-check build/build-gcc-c/zernit-gcc-c
valgrind-gcc:
valgrind-clang:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2