Added a Github Actions pipeline for Windows (#5)

This commit is contained in:
Dr. Patrick Urbanke (劉自成)
2025-05-22 08:44:59 +02:00
committed by GitHub
parent c88d70dd85
commit ea7a1fe8e0
6 changed files with 87 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
#ifndef SQLGEN_BUILD_DRY_TESTS_ONLY
#include <gtest/gtest.h>
#include <rfl.hpp>
@@ -60,3 +62,5 @@ TEST(postgres, test_insert_and_read_two_tables) {
}
} // namespace test_insert_and_read_two_tables
#endif