Skip to content

Commit

Permalink
Separate CI step for checking table test
Browse files Browse the repository at this point in the history
  • Loading branch information
flysand7 committed Oct 5, 2024
1 parent e532dd5 commit 7a34689
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
luaVersion: "5.4.1"
- name: Build CLI
run: lua build.lua
- name: Test disassembly
- name: Test table encodings
run: lua build.lua test-table
- name: Test against assembly
run: |
lua build.lua test-table
lua build.lua build-test-nasm
./test-nasm test/asm/mov16.asm
build-windows:
Expand All @@ -47,8 +48,9 @@ jobs:
luaVersion: "5.4.1"
- name: Build CLI
run: lua build.lua
- name: Test disassembly
- name: Test table encodings
run: lua build.lua test-table
- name: Test against assembly
run: |
lua build.lua test-table
lua build.lua build-test-nasm
./test-nasm test/asm/mov16.asm

0 comments on commit 7a34689

Please sign in to comment.