mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
F around and find out
This commit is contained in:
9
.github/workflows/c-cpp.yml
vendored
9
.github/workflows/c-cpp.yml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
branches: [ "main" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
test-valgrind:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -17,5 +17,12 @@ jobs:
|
||||
run: sudo apt install valgrind
|
||||
- name: make test (valgrind)
|
||||
run: make test
|
||||
|
||||
test-sanitized:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: make test (sanitized)
|
||||
run: make test-sanitized
|
||||
|
||||
Reference in New Issue
Block a user