github: Run simulator on pull requests

This commit is contained in:
Pekka Enberg
2025-06-29 09:16:46 +03:00
parent e5331c94ab
commit 67809233d4
2 changed files with 38 additions and 2 deletions

View File

@@ -64,6 +64,17 @@ jobs:
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- run: wasm-pack build --target nodejs bindings/wasm
simulator:
runs-on: blacksmith-4vcpu-ubuntu-2404
timeout-minutes: 20
steps:
- uses: actions/checkout@v3
- uses: useblacksmith/rust-cache@v3
with:
prefix-key: "v1-rust" # can be updated if we need to reset caches due to non-trivial change in the dependencies (for example, custom env var were set for single workspace project)
- name: Install the project
run: ./scripts/run-sim --iterations 50
test-limbo:
runs-on: blacksmith-4vcpu-ubuntu-2404
timeout-minutes: 20