Skip to content

Adding tests to Github CI #20 #29

Adding tests to Github CI #20

Adding tests to Github CI #20 #29

Workflow file for this run

name: CI Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install Rust
run: rustup toolchain install stable --profile minimal
- uses: Swatinem/rust-cache@v2
- name: Test
run: cargo test --release tests::next_tick_with_instant_with_mainnet_config::_10_seconds_after_genesis