aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/bazel-test.yaml17
-rw-r--r--CMakeLists (renamed from CMakeLists.txt)0
2 files changed, 17 insertions, 0 deletions
diff --git a/.github/workflows/bazel-test.yaml b/.github/workflows/bazel-test.yaml
new file mode 100644
index 0000000..5178220
--- /dev/null
+++ b/.github/workflows/bazel-test.yaml
@@ -0,0 +1,17 @@
+name: BazelTest
+
+on:
+ push:
+ branches: [ $default-branch ]
+ pull_request:
+ branches: [ $default-branch ]
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v3
+
+ - name: Test
+ run: bazel test --test_output=errors //...
diff --git a/CMakeLists.txt b/CMakeLists
index 924a88a..924a88a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists