Skip to content

Commit

Permalink
std::encoding::json: fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Aug 18, 2024
1 parent 329ab4c commit f9ff8f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/std_tests_gcc_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
- name: Test - std::encoding::json
run: |
.\bin\julec test --compiler gcc -o test std/encoding/json
.\bin\julec test --compiler gcc -to test std/encoding/json
g++ -Wl,-z,stack-size=0x800000 dist/ir.cp -o test
./test
- name: Test - std::hash::adler32
Expand Down

0 comments on commit f9ff8f3

Please sign in to comment.