Skip to content
Closed
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
13 changes: 13 additions & 0 deletions .github/workflows/test_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,16 @@ jobs:
test_groups: test
test_extras: recommended
test_command: pytest --pyargs test_package

build_no_groups:
name: Test action (default, no groups)
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- id: build
uses: ./
with:
pure_python_wheel: true
test_extras: recommended
test_command: ''