Skip to content

Commit c268c50

Browse files
fix: update CI workflow test to match aarch64-unknown-linux-gnu target
🤖 Generated with [Amplifier](https://github.com/microsoft/amplifier) Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com>
1 parent 5673daa commit c268c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ci_workflows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def test_linux_aarch64_targets_aarch64(self):
187187
steps = wf["jobs"]["build-linux-aarch64"]["steps"]
188188
maturin_steps = [s for s in steps if "maturin-action" in s.get("uses", "")]
189189
assert len(maturin_steps) == 1
190-
assert maturin_steps[0]["with"]["target"] == "aarch64"
190+
assert maturin_steps[0]["with"]["target"] == "aarch64-unknown-linux-gnu"
191191

192192
def test_linux_aarch64_uploads_artifacts(self):
193193
wf = self._load()

0 commit comments

Comments
 (0)