Skip to content

refactor: seperate tests into smaller parts #70

refactor: seperate tests into smaller parts

refactor: seperate tests into smaller parts #70

Workflow file for this run

name: tests pass
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
env:
CARGO_INCREMENTAL: 0
CARGO_NET_RETRY: 10
CARGO_TERM_COLOR: always
RUSTUP_MAX_RETRIES: 10
jobs:
cargo-test:
name: "cargo test"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "Install Rust toolchain"
run: rustup show
- uses: Swatinem/rust-cache@v1
- name: test
run: cargo test --verbose