Skip to content

Commit

Permalink
add runtime ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SKTT1Ryze committed Oct 10, 2023
1 parent 0a5641e commit 184fc0d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/runtime.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 184fc0d

Please sign in to comment.