Browse Source

ci: Upgrade cargo-nextest

merge-requests/2136/head
Kévin Commaille 3 months ago
parent
commit
2a49f90b7a
No known key found for this signature in database
GPG Key ID: F26F4BE20A08255B
  1. 4
      .gitlab-ci/nextest.module.json

4
.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.100/cargo-nextest-0.9.100-x86_64-unknown-linux-gnu.tar.gz", "url": "https://github.com/nextest-rs/nextest/releases/download/cargo-nextest-0.9.115/cargo-nextest-0.9.115-x86_64-unknown-linux-gnu.tar.gz",
"sha256": "de8843f9d4cd72ba7ff3995679536b8a5638ebc8f94848cb988c7549d9dc4e7d", "sha256": "d5e4b9cf07323fc1706b58daff06c1a1ed36f3479a816ab7867956da7a1f2142",
"dest": "cargo-nextest", "dest": "cargo-nextest",
"strip-components": 0 "strip-components": 0
} }

Loading…
Cancel
Save