1 parent 71e358c commit f2e56a3Copy full SHA for f2e56a3
1 file changed
.github/workflows/main.yml
@@ -56,13 +56,17 @@ jobs:
56
##################################################
57
# Tests
58
59
-
+
60
- name: Build bare test
61
run: |
62
- echo "Building baertest"
63
- haxe tests/bare/test.hxml
64
+ echo "Building bare test"
+ cd tests/bare/
+ haxe test.hxml
65
+ cd ../../
66
67
- name: Build unit tests
68
69
echo "Building unit tests"
70
+ cd tests/unit/
71
+ haxe tests/unit/test.hxml
72
0 commit comments