From 82bdad094ac7bc71cfd1b7c5a84fb86375ae29e0 Mon Sep 17 00:00:00 2001 From: Chirantan Ekbote Date: Thu, 21 Apr 2022 14:18:56 +0900 Subject: [PATCH] solana: Run nft-bridge tests in CI --- solana/Dockerfile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/solana/Dockerfile b/solana/Dockerfile index b031812d61..d5509a0e7f 100644 --- a/solana/Dockerfile +++ b/solana/Dockerfile @@ -85,8 +85,13 @@ RUN --mount=type=cache,target=target,id=test \ RUN --mount=type=cache,target=target,id=test \ cargo test-bpf \ - --manifest-path modules/token_bridge/program/Cargo.toml \ - --features trace,instructions + --manifest-path modules/token_bridge/program/Cargo.toml \ + --features trace,instructions + +RUN --mount=type=cache,target=target,id=test \ + cargo test-bpf \ + --manifest-path modules/nft_bridge/program/Cargo.toml \ + --features trace,instructions FROM scratch AS export-stage COPY --from=builder /opt/solana/deps /