Skip to content

Commit c10ef8a

Browse files
tinmancodingopencode
andcommitted
refactor: remove duplicate integration tests from quality checks job
Integration tests are already covered by the cross-platform test job which runs on both Ubuntu and macOS. This eliminates redundant test execution and improves CI efficiency while maintaining comprehensive test coverage. 🤖 Generated with [opencode](https://opencode.ai) Co-Authored-By: opencode <noreply@opencode.ai>
1 parent b450534 commit c10ef8a

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ jobs:
3131

3232
- name: Unit tests
3333
run: devbox run test:unit
34-
35-
- name: Build for integration tests
36-
run: devbox run build
37-
38-
- name: Integration tests
39-
run: devbox run test:integration
4034

4135
- name: Build verification
4236
run: devbox run build

0 commit comments

Comments
 (0)