Skip to content

Commit

Permalink
Revert "ci: Pin version of easytime used in test"
Browse files Browse the repository at this point in the history
This reverts commit 59cba33.
  • Loading branch information
taiki-e committed May 5, 2024
1 parent dcbaff8 commit b2d9081
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,8 @@ jobs:
set -eEuxo pipefail
# Test nightly-specific options
git clone https://github.com/taiki-e/easytime.git
git clone --depth 1 https://github.com/taiki-e/easytime.git
pushd easytime >/dev/null
git checkout 7ecb6e6
cargo llvm-cov test --doctests --text --fail-under-lines 30
popd >/dev/null
pushd tests/fixtures/crates/cargo_config >/dev/null
Expand Down

0 comments on commit b2d9081

Please sign in to comment.