Skip to content

Commit

Permalink
solana: Run nft-bridge tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jynnantonix committed May 9, 2022
1 parent defd16e commit 82bdad0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions solana/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 /
Expand Down

0 comments on commit 82bdad0

Please sign in to comment.