Update tests.yml
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index a2e95d8..4f64caf 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -53,7 +53,7 @@
- name: Tests
run: |
cd tests/unit_tests
- ./test.bat --args="--factory=null"
+ ./test.bat --factory=null
build-macos:
runs-on: macOS-latest
@@ -88,7 +88,7 @@
# Need to clean here because we already did a unit_tests build above without asan
run: |
cd tests/unit_tests
- ./test.sh asan memory clean
+ ./test.sh
- name: Tess Tests
if: matrix.platform == 'macOS'