From: Brendan Hansen Date: Fri, 3 Dec 2021 17:45:34 +0000 (-0600) Subject: switching to using the new test runner for github actions X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=7a1d6154481acaec6b8cb9dccc5cfa191705dbb3;p=onyx.git switching to using the new test runner for github actions --- diff --git a/.github/workflows/onyx-build.yml b/.github/workflows/onyx-build.yml index 7a503ae0..7152404e 100644 --- a/.github/workflows/onyx-build.yml +++ b/.github/workflows/onyx-build.yml @@ -20,4 +20,4 @@ jobs: - name: build onyx run: ./build.sh - name: run tests - run: ./bin/test + run: ./bin/onyx run scripts/run_tests.onyx -- --threads=0