Skip to content

Commit

Permalink
Run webworker test (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 authored Aug 3, 2024
1 parent 381c50d commit ef16f74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,13 +264,12 @@ jobs:
- name: Run tests
shell: bash -l {0}
run: |
# FIXME: don't skip webworker tests
# FIXKE: don't skip cpp_exception tests
pytest -v \
--dist-dir=./dist/ \
--runner=${{ matrix.test-config.runner }} \
--rt ${{ matrix.test-config.runtime }} \
-k "not webworker and not cpp_exception and not triangulation and not cartopy" \
-k "not cpp_exception and not triangulation and not cartopy" \
packages
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ef16f74

Please sign in to comment.