Skip to content

Commit 7b411fc

Browse files
committed
Try to fix CI failure
1 parent e79bcdb commit 7b411fc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ jobs:
130130
--artifacts target/artifacts \
131131
--rust-wit-bindgen-path ./crates/guest-rust
132132
133-
# Run all runtime tests for this language, and also enable Rust in case this
134-
# language only implements either the runner or test component
133+
# Run all runtime tests for this language, and also enable Rust & C in case
134+
# this language only implements either the runner or test component
135135
- run: |
136-
cargo run test --languages rust,${{ matrix.lang }} tests/runtime \
136+
cargo run test --languages rust,c,${{ matrix.lang }} tests/runtime \
137137
--artifacts target/artifacts \
138138
--rust-wit-bindgen-path ./crates/guest-rust
139139

0 commit comments

Comments
 (0)