We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a0dcd8 commit c83b154Copy full SHA for c83b154
.github/workflows/Test.yml
@@ -42,11 +42,6 @@ jobs:
42
run: |
43
# Run tests in verbose mode
44
TEST_ARGS=(--verbose)
45
- # if [[ ${{ runner.os }} == "macOS" ]]; then
46
- # # Encourage ParallelTestRunner to use two jobs on macOS, rather
47
- # # than the single one it'd use by default.
48
- # TEST_ARGS+=(--jobs=2)
49
- # fi
50
echo "runtest_test_args=${TEST_ARGS[@]}" >> "${GITHUB_ENV}"
51
- uses: julia-actions/julia-runtest@v1
52
continue-on-error: ${{ matrix.version == 'nightly' }}
0 commit comments