Skip to content

Commit 698133a

Browse files
committed
CI: compile hello world example with ./std/6502.b
1 parent e252f0a commit 698133a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ jobs:
7575
- name: Run Tests
7676
run: |
7777
make
78-
./build/b -run -t 6502 ./examples/10_hello_world.b
78+
./build/b -run -t 6502 ./examples/10_hello_world.b ./std/6502.b

0 commit comments

Comments
 (0)