Began working on a few bugs, thanks /u/skeeto!

This commit is contained in:
2023-01-15 20:30:17 +00:00
parent aeecfabbbc
commit 68ed39fc45
5 changed files with 22 additions and 6 deletions

View File

@@ -15,5 +15,7 @@ jobs:
- uses: actions/checkout@v3
- name: install valgrind
run: sudo apt install valgrind
- name: make test
- name: make test (valgrind)
run: make test
- name: make test (sanitized)
run: make test-sanitized