File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments