Kaynağa Gözat

update workflow

Ethosa 4 yıl önce
ebeveyn
işleme
57a3f058df
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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