Skip to content

Commit

Permalink
move benchmark out of tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz committed May 11, 2024
1 parent 89fe364 commit 35c8da8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- run: curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Install dependencies
run: uv pip install --system .[amber,ase,pymatgen] coverage ./tests/plugin rdkit openbabel-wheel
run: uv pip install --system .[amber,ase,pymatgen,test] coverage ./tests/plugin rdkit openbabel-wheel
- name: Test
run: cd tests && coverage run --source=../dpdata -m unittest && cd .. && coverage combine tests/.coverage && coverage report
- name: Run codecov
Expand All @@ -31,7 +31,7 @@ jobs:
uses: CodSpeedHQ/action@v2
with:
token: ${{ secrets.CODSPEED_TOKEN }}
run: pytest tests/benchmark/ --codspeed
run: pytest benchmark/ --codspeed
pass:
needs: [build]
runs-on: ubuntu-latest
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 35c8da8

Please sign in to comment.