We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7445b27 commit 1dcded4Copy full SHA for 1dcded4
.github/workflows/ci.yaml
@@ -176,7 +176,8 @@ jobs:
176
# if: runner.os == 'Linux'
177
178
- name: Test example projects
179
- run: cargo run --manifest-path example_projects/barebone/Cargo.toml
+ run: |
180
+ cargo run --manifest-path example_projects/barebone/Cargo.toml
181
cargo run --manifest-path example_projects/frozen_stdlib/Cargo.toml
182
if: runner.os == 'Linux'
183
0 commit comments