Skip to content

Commit

Permalink
Update test_ci.yml to use matrix.target instead of matrix.platform.ta…
Browse files Browse the repository at this point in the history
…rget for improved compatibility
  • Loading branch information
lilith committed Jan 21, 2025
1 parent 7a34472 commit 2d316d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
RUSTFLAGS: ${{ matrix.cpu-target && format('-C target-cpu={0}',matrix.cpu-target) }}
with:
command: "test"
target: ${{ matrix.platform.target }}
target: ${{ matrix.target }}
toolchain: stable
args:
"--locked --release ${{ matrix.features && format('--features={0}',matrix.features) }}"
Expand Down

0 comments on commit 2d316d9

Please sign in to comment.