Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,7 @@ jobs:
uv run nox -s ${{ matrix.session }}
test:
name: Run tests
runs-on: ${{ matrix.platform }}
strategy:
matrix:
platform:
- ubuntu-latest
- macos-latest
- windows-latest
fail-fast: false
runs-on: ubuntu-latest
steps:
- name: Check out 馃帀
uses: actions/checkout@v4.2.2
Expand All @@ -62,7 +55,6 @@ jobs:
run:
uv run nox -s test
- name: Upload coverage reports to Codecov 鉀憋笍
if: ${{ matrix.platform == 'ubuntu-latest' }}
uses: codecov/codecov-action@v5.4.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Loading