Skip to content

Commit f91413c

Browse files
Setup CI
1 parent 518c0cd commit f91413c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/tests.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Tests
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- run: sudo apt install -y valgrind
11+
- run: make test
12+
- run: valgrind --leak-check=full --error-exitcode=5 ./test

0 commit comments

Comments
 (0)