Skip to content

Commit 22dacaa

Browse files
committed
test
1 parent de1739b commit 22dacaa

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/testing.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,15 @@ jobs:
280280
run: |
281281
cp bins/* .
282282
cp bins/*.dll test/gfx
283+
./rgbasm -V || :
284+
./rgblink -V || :
285+
./rgbfix -V || :
286+
./rgbgfx -V || :
287+
- run: |
288+
rgbasm -V
289+
rgblink -V
290+
rgbfix -V
291+
rgbgfx -V
283292
- name: Compute test dependency cache params
284293
id: test-deps-cache-params
285294
shell: bash

0 commit comments

Comments
 (0)