Skip to content

Introduce a Cell-handle, to remove the need to execute code in a callback for cell-access #46

Introduce a Cell-handle, to remove the need to execute code in a callback for cell-access

Introduce a Cell-handle, to remove the need to execute code in a callback for cell-access #46

Workflow file for this run

name: Loom
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install rust
run: rustup toolchain install stable
- name: Loom
run: cd arcshift && ./run_loom_fast.sh