Skip to content

EPROD-1199-specify-end-block-for-reset #166

EPROD-1199-specify-end-block-for-reset

EPROD-1199-specify-end-block-for-reset #166

Workflow file for this run

name: 'Bitfinity - Tests'
on:
workflow_dispatch:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
CARGO_TERM_COLOR: always
jobs:
build-test:
runs-on: ubuntu-latest
name: Build and Test
steps:
- uses: actions/checkout@v4
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
components: clippy, rustfmt
- name: Install Just command runner
uses: extractions/setup-just@v1
- name: Configure Rust Cache
uses: Swatinem/rust-cache@v2
- name: test
run: |
just bitfinity_test