Skip to content

align Week 2/3 course, tests, and atomic MVCC durability #191

align Week 2/3 course, tests, and atomic MVCC durability

align Week 2/3 course, tests, and atomic MVCC durability #191

Workflow file for this run

name: CI (pull request)
on:
pull_request:
branches:
- main
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: setup rust toolchain
run: rustup update && rustup toolchain install
- uses: taiki-e/install-action@v2
with:
tool: nextest
- uses: taiki-e/install-action@v2
with:
tool: mdbook
- uses: taiki-e/install-action@v2
with:
tool: mdbook-toc
- name: check and build
run: cargo x ci