From 184fc0d3b641ea394e386999b8392bddcb194c74 Mon Sep 17 00:00:00 2001 From: SKTT1Ryze Date: Tue, 10 Oct 2023 23:09:14 +0900 Subject: [PATCH] add runtime ci --- .github/workflows/runtime.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/runtime.yml diff --git a/.github/workflows/runtime.yml b/.github/workflows/runtime.yml new file mode 100644 index 0000000..085a7f0 --- /dev/null +++ b/.github/workflows/runtime.yml @@ -0,0 +1,14 @@ +on: [push, pull_request] +name: Runtime Check +jobs: + runtime_check: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: dtolnay/rust-toolchain@stable + with: + toolchain: nightly + - name: Execute Runtime + run: | + cd ./runtime + cargo run