Skip to content

Commit

Permalink
ci: include server extras in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Oct 31, 2023
1 parent de1e94f commit afd6cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
os: [ubuntu-latest]
python_version: ['3.10']
extras: ['browser']
extras: ['browser', 'server']
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit afd6cac

Please sign in to comment.