Skip to content

Commit

Permalink
Add disassembly test to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
flysand7 committed Oct 5, 2024
1 parent 83f0b6c commit 4f89c18
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
luaVersion: "5.4.1"
- name: Build CLI
run: lua build.lua
- name: Test disassembly
run: |
lua build.lua build-test-nasm
./test-nasm test/asm/mov16.asm
build-windows:
name: Build (windows)
runs-on: windows-latest
Expand All @@ -33,4 +37,8 @@ jobs:
with:
luaVersion: "5.4.1"
- name: Build CLI
run: lua build.lua
run: lua build.lua
- name: Test disassembly
run: |
lua build.lua build-test-nasm
./test-nasm test/asm/mov16.asm

0 comments on commit 4f89c18

Please sign in to comment.