Skip to content

chore(example): remove EPaxos bug and fix specs #29

chore(example): remove EPaxos bug and fix specs

chore(example): remove EPaxos bug and fix specs #29

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
check:
runs-on: ubuntu-latest
defaults:
run:
working-directory: specl
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
with:
workspaces: specl
- run: cargo fmt --check
- run: cargo clippy --workspace -- -D warnings -A clippy::only_used_in_recursion -A clippy::collapsible_match -A clippy::too_many_arguments -A clippy::manual_is_multiple_of
- run: cargo test --workspace --exclude specl-tla
- run: cargo test -p specl-tla --test translate_corpus -- --skip benchmark_tla_files_translate