diff --git a/azure-pipelines.template.yml b/azure-pipelines.template.yml
index 867d7e5f..d00f79ca 100644
--- a/azure-pipelines.template.yml
+++ b/azure-pipelines.template.yml
@@ -14,3 +14,8 @@ jobs:
       go test -p 1 -v -timeout 30m ./...
     workingDirectory: '$(Build.SourcesDirectory)'
     displayName: 'Test'
+
+  - script: |
+      go build ./common/buf
+    workingDirectory: '$(Build.SourcesDirectory)'
+    displayName: 'Test Buf error'