Skip to content

Feature: Zombienet Setup Improvement #291

Feature: Zombienet Setup Improvement

Feature: Zombienet Setup Improvement #291

Workflow file for this run

name: Metaverse Test
on:
pull_request:
branches:
- master
push:
branches:
- master
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
check:
# The type of runner that the job will run on
runs-on: ubuntu-20.04
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- name: Set-Up
run: sudo apt install -y protobuf-compiler cmake pkg-config libssl-dev git build-essential clang libclang-dev curl
- name: Install Rust version specified in rust-toolchain.toml
run: rustup show
- name: Run all test cases
run: |
SKIP_WASM_BUILD= cargo test --all --features with-pioneer-runtime,with-precompile-tests