mirror of
https://github.com/sigmasternchen/libargo
synced 2025-03-16 05:38:55 +00:00
added test return value for github pipeline
This commit is contained in:
parent
ba2a9b87c8
commit
2291e4ba87
1 changed files with 2 additions and 0 deletions
|
@ -359,4 +359,6 @@ int main(int argc, char** argv) {
|
|||
|
||||
|
||||
printf("\nOverall: %s\n", overall ? "OK" : "FAILED");
|
||||
|
||||
return overall ? 0 : 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue