aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cpp-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/cpp-ci.yml b/.github/workflows/cpp-ci.yml
index c076cf1..022deeb 100644
--- a/.github/workflows/cpp-ci.yml
+++ b/.github/workflows/cpp-ci.yml
@@ -29,11 +29,11 @@ jobs:
- name: clang format
run: ./clang-format-check
- name: run standalone tests
- run: ruby runtest.rb -c
+ run: go test --ckati
- name: run ninja tests
- run: ruby runtest.rb -c -n
+ run: go test --ckati --ninja
- name: run ninja all targets tests
- run: ruby runtest.rb -c -n -a
+ run: go test --ckati --ninja --all
- name: run ninja unit tests
run: ./ninja_test
- name: run stringpiece unit tests