From 5528f8a804be5e0673335e5e843ce8dbe2dd02ba Mon Sep 17 00:00:00 2001 From: J08nY Date: Thu, 2 Oct 2025 12:50:43 +0200 Subject: More tests for bn functions. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f2e480d..5ba5a27 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,7 +50,7 @@ jobs: make test - name: Test (C) run: | - cd test && make test_bn && ./test_bn && cd .. + cd test && make test && cd .. - name: Code coverage uses: codecov/codecov-action@v3 if: ${{ matrix.python-version == 3.9 }} -- cgit v1.3.1