Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Update chapter-simple-bump.md #142

Update chapter-simple-bump.md

Update chapter-simple-bump.md #142

Workflow file for this run

on: [push, pull_request]
# push:
# branches: [master]
# pull_request:
# branches: [master]
name: code-test
jobs:
test:
name: Test Suite
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Cargo fmt check blockalloc
working-directory: ./blockalloc
run: cargo fmt --all -- --check
- name: Cargo fmt check stickyimmix
working-directory: ./stickyimmix
run: cargo fmt --all -- --check
- name: Cargo fmt check interpreter
working-directory: ./interpreter
run: cargo fmt --all -- --check
- name: Cargo test blockalloc
working-directory: ./blockalloc
run: cargo test
- name: Cargo test stickyimmix
working-directory: ./stickyimmix
run: cargo test
- name: Cargo test interpreter
working-directory: ./interpreter
run: cargo test
Morty Proxy This is a proxified and sanitized view of the page, visit original site.