mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
ci: Add GitHub Actions workflow for running tests
This commit is contained in:
parent
3e01b7dccf
commit
0f362920d5
2 changed files with 42 additions and 0 deletions
|
|
@ -18,6 +18,18 @@ dependencies = [
|
|||
"magiccube==0.3.0",
|
||||
"pyfiglet==1.0.2"
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
test = [
|
||||
"pytest>=7.0.0",
|
||||
"pytest-cov>=4.0.0",
|
||||
]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = "-ra -q --cov=reasoning_gym"
|
||||
testpaths = [
|
||||
"tests",
|
||||
]
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: Apache Software License",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue