Skip to content

Commit 092ce05

Browse files
hyperpolymathclaude
andcommitted
ci(e2e): wire just e2e recipe to existing tests/e2e.sh
Adds the missing `just e2e` Justfile recipe that invokes `bash tests/e2e.sh`, completing the Phase 5 CI wiring for wokelang. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c0348ad commit 092ce05

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ build:
99
test:
1010
cargo test
1111

12+
# End-to-end structural validation
13+
e2e:
14+
bash tests/e2e.sh
15+
1216
# Format code
1317
format:
1418
cargo fmt

0 commit comments

Comments
 (0)