Skip to content

Commit

Permalink
Add missing bindings to check generated artefacts CI stage [AP-1075] (#…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
woodfell authored Dec 8, 2023
1 parent c40d17b commit 3d8c0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Generate tests
run: |
rm c/test/auto_check_*.c c/test/cpp/auto_check_*.cc java/test/auto_check_*.java rust/sbp/tests/integration/auto_check_*.rs
make gen-c gen-java gen-rust
make gen-c gen-java gen-rust gen-jsonschema gen-haskell gen-python gen-javascript gen-protobuf
- name: Check generated tests are up to date
run: |
Expand Down

0 comments on commit 3d8c0be

Please sign in to comment.