Skip to content

Commit

Permalink
Allow actions to pass in a specific list of tests to run on macos (#84)
Browse files Browse the repository at this point in the history
The idea here is that it will let us run a more trimmed down list of
tests for macos on x86, where the tests are shockingly slow.
  • Loading branch information
msullivan authored Apr 24, 2024
1 parent 9f989aa commit 3ce4858
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion integration/macos/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ fi

export PATH="${workdir}/bin/:${PATH}"

# ${PKG_TEST_FILES} is specificaly used outside the quote so that it
# can contain a glob.
"${workdir}/bin/python3" \
-m edb.tools --no-devmode test \
"${workdir}/data/tests" \
"${workdir}/data/tests/"${PKG_TEST_FILES} \
-e cqa_ -e tools_ \
--verbose ${dash_j}

0 comments on commit 3ce4858

Please sign in to comment.