Skip to content

Commit

Permalink
fire: more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
fennecdjay committed Jan 11, 2020
1 parent 7381f1e commit 358f6d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/windows.yml
Expand Up @@ -36,7 +36,8 @@ jobs:
- name: test
run: |
mkdir tmp
$env:GWION_TEST_DIR="."
# $env:GWION_TEST_DIR="."
./gwion.exe
./gwion.exe examples/array_lit.gw
exit 0
# ./gwion.exe examples/array_lit.gw
# bash -c "export VALGRIND=NO_VALGRIND; export SEVERITY=3; export PRG=./gwion.exe; make test"

0 comments on commit 358f6d5

Please sign in to comment.