Concordium / concordium-smart-contract-tools

Tools for building, deploying, and interacting with smart contracts
Apache License 2.0
2 stars 8 forks source link

Fix integration tests should panic if error occurs #137

Closed DOBEN closed 10 months ago

DOBEN commented 10 months ago

Purpose

Currently, pipelines don't fail when the integration test fails. E.g. https://github.com/Concordium/concordium-rust-smart-contracts/actions/runs/6949103634/job/18906722001

This PR might also address: https://github.com/Concordium/concordium-rust-smart-contracts/issues/360

Changes

Integration tests should panic if an error occurs so CI pipeline can pick it up.