We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de1739b commit 22dacaaCopy full SHA for 22dacaa
1 file changed
.github/workflows/testing.yml
@@ -280,6 +280,15 @@ jobs:
280
run: |
281
cp bins/* .
282
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
292
- name: Compute test dependency cache params
293
id: test-deps-cache-params
294
shell: bash
0 commit comments