1
0
mirror of https://github.com/janet-lang/janet synced 2025-02-08 13:00:01 +00:00

Test amalg.

This commit is contained in:
Calvin Rose 2024-10-10 19:42:21 -05:00
parent 7dc2c9bc88
commit ae4c266c3c

View File

@ -62,10 +62,10 @@ jobs:
gcc
- name: Build
shell: cmd
run: make -j4 CC=gcc JANET_NO_AMALG=1
run: make -j4 CC=gcc
- name: Test
shell: cmd
run: make test -j4 CC=gcc JANET_NO_AMALG=1
run: make test -j4 CC=gcc
test-mingw-linux:
name: Build and test with Mingw on Linux + Wine