浏览代码

update workflow

Ethosa 4 年之前
父节点
当前提交
57a3f058df
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/test.yml

@@ -63,7 +63,7 @@ jobs:
           for dir in hello_world calculator novel snake screensaver; do
             (
               cd "$dir"
-              nim c main.nim
+              nim c main.nim -d:debug --opt:speed -d:mingw
               timeout 2 xvfb-run --auto-servernum --server-num=1 ./main || [ $? -eq ${{ env.TIMEOUT_EXIT_STATUS }} ]
             )
           done