File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -340,11 +340,6 @@ jobs:
340
340
# crates.io. We do this in the matrix rather than in its own job so that it
341
341
# gets run on different targets. Some of our API is target-specific (e.g.,
342
342
# SIMD type impls), and so we need to run on each target.
343
- #
344
- # TODO(https://github.com/obi1kenobi/cargo-semver-checks-action/issues/54):
345
- # Currently we don't actually do anything with `matrix.target`, so we're
346
- # just duplicating work by running this job multiple times, each time
347
- # targetting the host platform.
348
343
- name : Check semver compatibility
349
344
uses : obi1kenobi/cargo-semver-checks-action@ca26a44cfb670b2078c8f757d06e696a7c3820cf # v2.5
350
345
with :
@@ -363,6 +358,7 @@ jobs:
363
358
feature-group : only-explicit-features
364
359
features : __internal_use_only_features_that_work_on_stable
365
360
rust-toolchain : ${{ env.ZC_TOOLCHAIN }}
361
+ rust-target : ${{ matrix.target }}
366
362
if : matrix.crate == 'zerocopy' && matrix.features == '--features __internal_use_only_features_that_work_on_stable' && matrix.toolchain == 'stable'
367
363
368
364
# TODO(#453): Doing this as a matrix step is a hack that allows us to depend
You can’t perform that action at this time.
0 commit comments