Build for all platforms in CI

This commit is contained in:
Gautham Banasandra 2022-05-07 20:30:05 +05:30
parent e3bd66a7f5
commit 6131a9bfd8
No known key found for this signature in database
GPG Key ID: BE64219E195DCEEE
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ TEST(IoServiceTest, SimplePost) {
EXPECT_EQ(result, "hello from IoService");
service->Stop();
}
int main(int argc, char *argv[]) {