1 parent 06394ce commit 82605b4Copy full SHA for 82605b4
1 file changed
.github/workflows/go-race.yml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
set -euo pipefail
44
45
- expected="$(printf '%s\n' builder.go config.go context.go doc.go engine.go errors.go goAuth.go types.go | sort)"
+ expected="$(printf '%s\n' builder.go config.go context.go doc.go engine.go error_mapping.go errors.go goAuth.go types.go | sort)"
46
actual="$(ls -1 *.go | grep -v '_test.go$' | sort)"
47
48
if [ "$actual" != "$expected" ]; then
0 commit comments