aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorJ08nY2025-10-02 12:50:43 +0200
committerJ08nY2025-10-02 12:50:43 +0200
commit5528f8a804be5e0673335e5e843ce8dbe2dd02ba (patch)
tree795a67e5025fae4be052f0e059d1f7a264fc5e55 /.github/workflows
parent3a0ebdac2067e5695b632a12345fae0b6ba75c83 (diff)
downloadpyecsca-codegen-5528f8a804be5e0673335e5e843ce8dbe2dd02ba.tar.gz
pyecsca-codegen-5528f8a804be5e0673335e5e843ce8dbe2dd02ba.tar.zst
pyecsca-codegen-5528f8a804be5e0673335e5e843ce8dbe2dd02ba.zip
More tests for bn functions.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
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 }}