From 9e01e2c7d9dfdadc653c05e80ed0f6aa235597ff Mon Sep 17 00:00:00 2001 From: J08nY Date: Sun, 1 Oct 2023 22:23:53 +0200 Subject: Add C test to CI. --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fddf6f7..00ae5cf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,6 +48,9 @@ jobs: - name: Test run: | make test + - name: Test (C) + run: | + cd test && make test_bn && ./test_bn && cd .. - name: Code coverage uses: codecov/codecov-action@v3 if: ${{ matrix.python-version == 3.9 }} -- cgit v1.3