Skip to content

Commit d6ea94d

Browse files
Skip integration tests for the regular tests job (#130)
1 parent e4326bb commit d6ea94d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
pytest \
4444
--junitxml=test-results/junit.xml \
4545
--cov=pyodide-build \
46-
pyodide_build
46+
pyodide_build \
47+
-m "not integration"
4748
4849
- name: Upload coverage
4950
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1

0 commit comments

Comments
 (0)