Skip to content

Commit

Permalink
compile more examples in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
neroist committed Dec 30, 2023
1 parent 0e3c0bf commit 80c2bc4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,9 @@ jobs:
nim c examples/hello_world.nim
nim c examples/hello_world_c.nim
nim c examples/call_nim_from_js.nim
nim c examples/call_js_from_nim.nim
nim c examples/public_network_access.nim
nim c examples/serve_folder/serve_folder.nim
# nim c examples/qxexample/qxexample.nim
nim c examples/qxexample/qxexample.nim
nim c examples/text_editor/src/text_editor.nim

0 comments on commit 80c2bc4

Please sign in to comment.