Skip to content

Commit

Permalink
Fix wrong make target name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiceatscion committed Oct 29, 2024
1 parent c4876df commit 5bc8049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ steps:
- ./tools/licenses.sh /tmp/test-artifacts/licenses
- diff -rNu3 /tmp/test-artifacts/licenses ./licenses/data
- echo "--- gomocks"
- make gomocksdiff
- make mocksdiff
- echo "--- antlr"
- rm -rf /tmp/test-artifacts/antlr
- cp -R antlr/ /tmp/test-artifacts/antlr
Expand Down

0 comments on commit 5bc8049

Please sign in to comment.