Skip to content

Fix shifting of content when editing a memory cell #84

Fix shifting of content when editing a memory cell

Fix shifting of content when editing a memory cell #84

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: windows-latest
steps:
- uses: actions/checkout@master
- uses: actions-rs/toolchain@v1
id: rust-toolchain
with:
toolchain: stable
profile: default
override: true
- name: Cache Dependencies
uses: Swatinem/[email protected]
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test
args: --verbose
- name: Clear the cargo caches
run: |
cargo install cargo-cache --no-default-features --features ci-autoclean
cargo-cache