From 59cba33384e02ce543f450f2bb8734e7abc236ea Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 18 Jan 2024 23:29:22 +0900 Subject: [PATCH] ci: Pin version of easytime used in test --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adbdcc12..0254dc2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,8 +94,9 @@ jobs: # working-directory: tests/fixtures/crates/bin_crate - run: | set -eEuxo pipefail - git clone --depth 1 https://github.com/taiki-e/easytime.git + git clone https://github.com/taiki-e/easytime.git cd easytime + git checkout 7ecb6e6 cargo llvm-cov test --doctests --text --fail-under-lines 30 # Test minimum runnable Cargo version. rustup toolchain add 1.60 --no-self-update