Skip to content

Commit 3d8c0be

Browse files
authored
Add missing bindings to check generated artefacts CI stage [AP-1075] (#1387)
# Description @swift-nav/devinfra Several language bindings are not checked during the verify generated artefacts CI stage. Add them so that we might more quickly pick up on oversights during development # API compatibility Does this change introduce a API compatibility risk? No ## API compatibility plan If the above is "Yes", please detail the compatibility (or migration) plan: No # JIRA Reference https://swift-nav.atlassian.net/browse/AP-1075
1 parent c40d17b commit 3d8c0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Generate tests
4040
run: |
4141
rm c/test/auto_check_*.c c/test/cpp/auto_check_*.cc java/test/auto_check_*.java rust/sbp/tests/integration/auto_check_*.rs
42-
make gen-c gen-java gen-rust
42+
make gen-c gen-java gen-rust gen-jsonschema gen-haskell gen-python gen-javascript gen-protobuf
4343
4444
- name: Check generated tests are up to date
4545
run: |

0 commit comments

Comments
 (0)