Commit c93cc89
authored
cover CI hole which appears to be hiding a proc_macro bindgen bug (#1452)
# Description
@swift-nav/algint-team
Prior to this PR, we only tested `cargo build --all-targets
--all-features` on Linux machines. This seems to be a gap where inside
of a proc-macro in the `swiftnav-rs` which can fail on different OSes.
After we take this PR we no longer will have this gap.
Note, this is possibly not the best place to put this check, it may make
more sense to have the ci, lint format run on a matrix instead.
# API compatibility
Does this change introduce a API compatibility risk?
None
## API compatibility plan
If the above is "Yes", please detail the compatibility (or migration)
plan:
No
# JIRA Reference
None1 parent 4f99d87 commit c93cc89
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments