From ef16f74b1617460c29df43d5dbbe12b9bef57c81 Mon Sep 17 00:00:00 2001 From: Gyeongjae Choi Date: Sat, 3 Aug 2024 15:09:29 +0900 Subject: [PATCH] Run webworker test (#42) --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 186ed65..97652fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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