Skip to content

Commit

Permalink
add benchmark check after tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed Apr 23, 2024
1 parent acb0590 commit 10ce5ab
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,16 @@ jobs:
- os: windows-latest
python-version: "3.10"
steps:
- uses: neuroinformatics-unit/actions/test@v2
- name: Run tests
uses: neuroinformatics-unit/actions/test@v2
with:
python-version: ${{ matrix.python-version }}
secret-codecov-token: ${{ secrets.CODECOV_TOKEN }}

- name: Check benchmarks
run: |
pip install --upgrade pip
pip install asv
asv check -v -E existing
build_sdist_wheels:
name: Build source distribution
Expand Down

0 comments on commit 10ce5ab

Please sign in to comment.