Files
cig/.github/workflows/ci.yml
T
roodletoof ead04f9c08
C Tests / Build and Test (push) Successful in 13m37s
add TODO in CI pipeline
2026-06-25 23:46:53 +02:00

21 lines
405 B
YAML

name: C Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
name: Build and Test
steps:
- uses: actions/checkout@v3
- uses: mlugg/setup-zig@v2
- run: |
sudo apt-get update
sudo apt-get install -y gcc make libcriterion-dev valgrind
- run: make test
# TODO: fucking run the test...