Skip to content

feat: 📝 implement cometstub crate (work-in-progress) #6815

feat: 📝 implement cometstub crate (work-in-progress)

feat: 📝 implement cometstub crate (work-in-progress) #6815

Workflow file for this run

name: Smoke Test
on:
pull_request:
push:
branches:
- main
jobs:
smoke_test:
runs-on: buildjet-16vcpu-ubuntu-2204
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
environment: smoke-test
steps:
- uses: actions/checkout@v4
with:
lfs: true
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- name: Load rust cache
uses: astriaorg/buildjet-rust-cache@v2.5.1
- name: Install cometbft binary
run: ./deployments/scripts/install-cometbft
- name: Run the smoke test suite
run: |
export PATH="$HOME/bin:$PATH"
./deployments/scripts/smoke-test.sh
env:
TESTNET_RUNTIME: 2m