Skip to content

fix: deep-dive review - M-1 through M-5 (transactions, validation, Windows, timestamps) #17

fix: deep-dive review - M-1 through M-5 (transactions, validation, Windows, timestamps)

fix: deep-dive review - M-1 through M-5 (transactions, validation, Windows, timestamps) #17

Workflow file for this run

name: Build and Test
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose