Ver código fonte

update workflow

Ethosa 4 anos atrás
pai
commit
57a3f058df
1 arquivos alterados com 1 adições e 1 exclusões
  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