Skip to content

Commit

Permalink
Test amalg.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpakin committed Oct 11, 2024
1 parent 7dc2c9b commit ae4c266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae4c266

Please sign in to comment.