diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbe50732..baf7fe8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,8 +66,9 @@ jobs: ## Part 1 Tests ## - name: Setup ORC Test on Some Linux - if: matrix.testOrc == true + if: matrix.tests == 'orc' run: | + echo '' >> config.nims echo '--mm:orc' >> config.nims echo '' >> config.nims