Skip to content

Commit 8832070

Browse files
committed
CI: separate building toolchain, running tests and building examples
1 parent 844780d commit 8832070

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,12 @@ jobs:
2525
git clone https://git.sr.ht/~rabbits/uxn11
2626
cd uxn11
2727
make cli
28-
- name: Run Tests
28+
- name: Build Toolchain
2929
run: |
3030
make -B
31+
- name: Run Tests
32+
run: |
3133
PATH=$(realpath uxn11/bin):$PATH ./build/btest
34+
- name: Build Examples:
35+
run: |
3236
PATH=$(realpath uxn11/bin):$PATH ./build/btest -dir ./examples/ -build-only

0 commit comments

Comments
 (0)