Add example projects

This commit is contained in:
Jeong YunWon
2024-08-07 06:51:19 +09:00
committed by Jeong, YunWon
parent 0bd1a3efb2
commit ff9aa0fc54
8 changed files with 95 additions and 1 deletions

View File

@@ -148,6 +148,12 @@ jobs:
- name: check compilation without threading
run: cargo check ${{ env.CARGO_ARGS }}
- name: Test example projects
run:
cargo run --manifest-path example_projects/barebone/Cargo.toml
cargo run --manifest-path example_projects/frozen_stdlib/Cargo.toml
if: runner.os == 'Linux'
- name: prepare AppleSilicon build
uses: dtolnay/rust-toolchain@stable
with: