Browse Source

ci: Upgrade cargo-nextest

fractal-12
Kévin Commaille 8 months ago
parent
commit
9299056daa
No known key found for this signature in database
GPG Key ID: F26F4BE20A08255B
  1. 6
      .gitlab-ci/nextest.module.json

6
.gitlab-ci/nextest.module.json

@ -4,8 +4,8 @@
"sources": [ "sources": [
{ {
"type": "archive", "type": "archive",
"url": "https://github.com/nextest-rs/nextest/releases/download/cargo-nextest-0.9.72/cargo-nextest-0.9.72-x86_64-unknown-linux-gnu.tar.gz", "url": "https://github.com/nextest-rs/nextest/releases/download/cargo-nextest-0.9.100/cargo-nextest-0.9.100-x86_64-unknown-linux-gnu.tar.gz",
"sha256": "e6f66397d3ba9a150b5debbc414a9ad1f87e4707da1f989c0681444ba5d15571", "sha256": "de8843f9d4cd72ba7ff3995679536b8a5638ebc8f94848cb988c7549d9dc4e7d",
"dest": "cargo-nextest", "dest": "cargo-nextest",
"strip-components": 0 "strip-components": 0
} }
@ -14,4 +14,4 @@
"mkdir /app/bin", "mkdir /app/bin",
"mv cargo-nextest/cargo-nextest /app/bin/" "mv cargo-nextest/cargo-nextest /app/bin/"
] ]
} }

Loading…
Cancel
Save