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