run make before running integration tests
#770
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
right now the bats integration test suite will use whatever
abrabinary was last compiled. its tedious to remember between testing/fixing. Any use case which should make it optional?@iexos
The CI suite does build the binary beforehand:
I'm not sure how you're running the integration suite? If you mean that
batsshould itself compile the binary, then you could probably add that to the central helpers file somewhere around here:Ah, I am running it like
bats tests/integration/recipe_release.bats, so I don't need to run the full suite when working on a specific task. This is also what the docs tell me when running locally: https://docs.coopcloud.tech/abra/hack/#run-tests_1