Skip to content

Commit df12d73

Browse files
committed
fix: remove non-existent test/rust directory from CI
The test/rust directory doesn't exist, causing CI to fail with 'no targets found beneath test/rust'. Existing test directories are: - test/go (Go component tests - validates our hermetic toolchain) - test/cpp (C++ component tests) - test/unit, test/integration (general tests) This allows CI to proceed and validate our working hermetic Go toolchain implementation.
1 parent 4b248ce commit df12d73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ jobs:
116116
//wit/... \
117117
//tools/... \
118118
//providers/... \
119-
//test/rust/... \
120119
//test/go/... \
121120
//test/cpp/... \
122121
//test/unit/... \

0 commit comments

Comments
 (0)