diff options
| author | J08nY | 2025-10-02 12:50:43 +0200 |
|---|---|---|
| committer | J08nY | 2025-10-02 12:50:43 +0200 |
| commit | 5528f8a804be5e0673335e5e843ce8dbe2dd02ba (patch) | |
| tree | 795a67e5025fae4be052f0e059d1f7a264fc5e55 /.github/workflows | |
| parent | 3a0ebdac2067e5695b632a12345fae0b6ba75c83 (diff) | |
| download | pyecsca-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.yml | 2 |
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 }} |
