diff options
| author | J08nY | 2023-10-05 20:37:02 +0200 |
|---|---|---|
| committer | J08nY | 2023-10-05 20:37:02 +0200 |
| commit | 135a0ba95497e10fb3b22bef25eaff1d043b0c0b (patch) | |
| tree | 5e2fa6675a8f6af997e507dad4223ba0a04bb054 /.github/workflows | |
| parent | 32f036970f88b38af44c75053e3486a66537f520 (diff) | |
| download | pyecsca-codegen-135a0ba95497e10fb3b22bef25eaff1d043b0c0b.tar.gz pyecsca-codegen-135a0ba95497e10fb3b22bef25eaff1d043b0c0b.tar.zst pyecsca-codegen-135a0ba95497e10fb3b22bef25eaff1d043b0c0b.zip | |
Ditch bug-specific CI test.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1f07240..797ce52 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,17 +45,6 @@ jobs: - name: Install pyecsca-codegen run: | pip install -e ".[test, dev]" - - name: Build test config - run: | - builder build --platform HOST --red BARRETT --no-remove -v shortw projective add-1998-cmo dbl-1998-cmo "sliding(width=3,recoding_direction=ProcessingDirection.RTL)" . - - name: Upload bad impl - uses: actions/upload-artifact@v3 - with: - name: bad-impl - path: pyecsca-codegen-HOST.elf - - name: Run bad impl - run: | - echo -e "c7010fffffffdffffffffffffffffffffffff6e10fffffffe0000000075a30d1b9038a1156801016110fffffffdfffffffffffffffffffffffc6210e87579c11079f43dd824993c2cee5ed3e7247810161ff7528b899b2d0c28607ca52c5b867910cf5ac8395bafeb13c02da292dded7a83e9036e0101\ng\nx\n" | valgrind --track-origins=yes --leak-check=full ./pyecsca-codegen-HOST.elf - name: Test run: | make test |
