Skip to content

Commit

Permalink
Temporarily enable gpu marked functional tests by default
Browse files Browse the repository at this point in the history
This is just to get a CI signal from these functional tests to see
where things stand without actually porting them to run on GPU runners yet.

Signed-off-by: Ben Browning <[email protected]>
  • Loading branch information
bbrowning committed Nov 13, 2024
1 parent a27f708 commit 745ad35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ deps = -r requirements-dev.txt
commands =
unit: {envpython} -m pytest {posargs:tests --ignore=tests/functional}
unitcov: {envpython} -W error::UserWarning -m pytest --cov=instructlab.sdg --cov-report term --cov-report=html:coverage-{env_name} --cov-report=xml:coverage-{env_name}.xml --html=durations/{env_name}.html {posargs:tests --ignore=tests/functional -m "not (examples or slow)"}
functional: {envpython} -m pytest {posargs:tests/functional -m "not gpu"}
functional: {envpython} -m pytest {posargs:tests/functional}

# format, check, and linting targets don't build and install the project to
# speed up testing.
Expand Down

0 comments on commit 745ad35

Please sign in to comment.