mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 14:47:56 -05:00
Instance teardown might fail regardless the result of build commands. To make CI green in pull-request we need to check the result of the build commands instead of the whole workflow result. Doing so ensure a PR could pass branch protection rules even if the teardown fails.