Skip to content

Prepare redstone deployment #183

Prepare redstone deployment

Prepare redstone deployment #183

name: Node Unit Tests On PR
on:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
tests:
name: Node Unit tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
lfs: "true"
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-11-29
override: true
components: rustfmt, clippy
- name: Install Protoc
uses: arduino/setup-protoc@v2
- name: Install Anvil
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-cc5637a979050c39b3d06bc4cc6134f0591ee8d0
- name: Run tests
run: CARGO_HTTP_MULTIPLEXING=false cargo test --all -- --test-threads=1 --nocapture