From 1cb8e6130a8e4854d318af19ae030aefe8815c44 Mon Sep 17 00:00:00 2001 From: Paolo Tranquilli Date: Wed, 15 Jun 2022 09:28:25 +0200 Subject: [PATCH] Swift: show full diff in codegen check --- .github/workflows/swift-codegen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/swift-codegen.yml b/.github/workflows/swift-codegen.yml index a03f20f1652..d5d74af87c2 100644 --- a/.github/workflows/swift-codegen.yml +++ b/.github/workflows/swift-codegen.yml @@ -22,7 +22,7 @@ jobs: run: | bazel run //swift/codegen git add swift - git diff --exit-code --stat HEAD + git diff --exit-code HEAD - name: Generate C++ files run: | bazel run //swift/codegen:codegen -- --generate=trap,cpp --cpp-output=$PWD/swift-generated-headers