diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/cpp.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index 9f3b87eb5..94eb070d5 100644 --- a/.github/workflows/cpp.yml +++ b/.github/workflows/cpp.yml @@ -14,4 +14,4 @@ jobs: - name: make run: make - name: make check - run: make check + run: make test-nonflaky |