0.103.0: updated ARC56 support, fix boolean arrays in boxes #323
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: TEALScript CI | |
on: | |
pull_request: | |
branches: [ main, dev ] | |
jobs: | |
windows-smoketest: | |
runs-on: windows-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Install tsx and dependencies | |
run: npm i -g tsx && npm i | |
- name: Test binary | |
run: tsx src/bin/tealscript.ts --skip-algod ./examples/**/*.algo.ts ./ | |
- name: Compile all | |
env: | |
SKIP_ALGOD: 'true' | |
run: tsx scripts/compile_all.ts |