diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9fa664c64..5fa6c52b2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -54,20 +54,17 @@ jobs: - name: Check Build run: | cargo build --release --features try-runtime - - name: Check Try-Runtime - run: | - try-runtime --runtime ./target/release/wbuild/cere-dev-runtime/cere_dev_runtime.compact.compressed.wasm \ - on-runtime-upgrade --disable-idempotency-checks live --uri wss://archive.devnet.cere.network:443 - - name: Run dev chain - run: | - timeout --preserve-status 30s ./target/release/cere --dev + # - name: Check Try-Runtime + # run: | + # try-runtime --runtime ./target/release/wbuild/cere-dev-runtime/cere_dev_runtime.compact.compressed.wasm \ + # on-runtime-upgrade --disable-idempotency-checks live --uri wss://archive.devnet.cere.network:443 + # - name: Run dev chain + # run: | + # timeout --preserve-status 30s ./target/release/cere --dev - name: Check Build for Benchmarking run: > pushd node && cargo check --features=runtime-benchmarks --release - - name: Check Build for Try-Runtime - run: | - cargo check --features=try-runtime --release clippy: name: Run Clippy @@ -99,7 +96,7 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3 - name: Install linux dependencies - run: sudo apt update && sudo apt install -y cargo clang libssl-dev llvm libudev-dev protobuf-compiler + run: sudo apt update && sudo apt install -y cargo clang libssl-dev llvm libudev-dev liblzo2-dev libpam0g-dev protobuf-compiler - name: Install toolchain uses: actions-rs/toolchain@v1 with: