chore: enhance Makefile and source files for mbedtls integration #41
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: tests | |
| on: [push, pull_request] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - run: git submodule update --init --recursive | |
| - name: Build contracts | |
| run: make rsa_sighash_all-via-docker && ls -alth build/ | |