Skip to content

Commit 1dcded4

Browse files
committed
Fix YAML formatting issue
1 parent 7445b27 commit 1dcded4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ jobs:
176176
# if: runner.os == 'Linux'
177177

178178
- name: Test example projects
179-
run: cargo run --manifest-path example_projects/barebone/Cargo.toml
179+
run: |
180+
cargo run --manifest-path example_projects/barebone/Cargo.toml
180181
cargo run --manifest-path example_projects/frozen_stdlib/Cargo.toml
181182
if: runner.os == 'Linux'
182183

0 commit comments

Comments
 (0)