From c34c5850e267fcb974f574d0e562c2c17935bf3d Mon Sep 17 00:00:00 2001 From: CPunch Date: Sun, 28 May 2023 21:13:51 -0500 Subject: [PATCH] whoops, need to update the command to run the testsuite --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 7bb3488..509f70e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,7 +25,7 @@ install: - sudo apt install clang cmake -y build_script: - - make && ./bin/cosmo examples/testsuite.cosmo examples/getters_setters.cosmo + - make && ./bin/cosmo examples/testsuite.cosmo -s examples/getters_setters.cosmo artifacts: - path: bin