Update to commit bc0760083da77a8b90c8618b6887316c9538b00d #25
Workflow file for this run
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: "Run tests" | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| jobs: | |
| tests: | |
| name: tests | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - name: Checkout jsdec-test | |
| uses: actions/checkout@v2 | |
| - name: tests | |
| run: | | |
| make all | |
| chmod +x ./tests.sh | |
| ./tests.sh --ci |