mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Began working on a few bugs, thanks /u/skeeto!
This commit is contained in:
4
.github/workflows/c-cpp.yml
vendored
4
.github/workflows/c-cpp.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user