Skip to content

ci: run ignored e2e tests on github actions#26

Merged
sonesuke merged 3 commits intomainfrom
feature/enable-e2e-tests
Feb 21, 2026
Merged

ci: run ignored e2e tests on github actions#26
sonesuke merged 3 commits intomainfrom
feature/enable-e2e-tests

Conversation

@sonesuke
Copy link
Copy Markdown
Owner

Description

Enables the execution of E2E tests that are currently ignored (#[ignore = "requires network and browser"]) within GitHub Actions. Since the ubuntu-latest runner already has browsers like Google Chrome pre-installed, these tests can and should be run in CI to ensure end-to-end functionality.

Changes

  • Modified .github/workflows/ci.yml to run cargo test --workspace -- --include-ignored
  • Modified .github/workflows/release.yml to also run cargo test --workspace -- --include-ignored

@sonesuke sonesuke merged commit 35e1915 into main Feb 21, 2026
4 checks passed
@sonesuke sonesuke deleted the feature/enable-e2e-tests branch February 21, 2026 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants