Skip to content

Commit ab6cedd

Browse files
committed
name binary build
1 parent e03ab9b commit ab6cedd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/contract-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,16 @@ jobs:
4848
run: |
4949
sudo DEBIAN_FRONTEND=noninteractive NEEDRESTART_MODE=a apt-get update
5050
sudo DEBIAN_FRONTEND=noninteractive NEEDRESTART_MODE=a apt-get install -y --no-install-recommends -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" build-essential clang curl libssl-dev llvm libudev-dev protobuf-compiler nodejs pkg-config
51+
52+
- name: Build node-subtensor and Ink contracts
53+
run: |
5154
cd ${{ github.workspace }}
5255
rustup component add rust-src
5356
cargo install cargo-contract
5457
cargo build --release -p node-subtensor --features fast-runtime
5558
cd contract-tests/bittensor
5659
cargo contract build --release
60+
5761
- name: Run tests
5862
uses: nick-fields/retry@v3
5963
with:

0 commit comments

Comments
 (0)