Update build-release.yml

This commit is contained in:
Ondřej Golasowski 2023-03-07 14:54:04 +01:00 committed by GitHub
parent 5c72dd17ea
commit 2ebdc6de81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,8 @@ jobs:
- uses: actions/checkout@v3
- name: Assemble the tests
run: |
ls
chmod +x ${{ github.repository }}/as65/as65
${{ github.repository }}/as65/as65 -l -t 6502_functional_test.a65
${{ github.repository }}/as65/as65 -l -t 6502_decimal_test.a65
${{ github.repository }}/as65/as65 -l -t 6502_interrupt_test.a65