Skip to content

Commit

Permalink
Revert "fix skim-rs#179 add CI to ensure Cargo.lock is up to date"
Browse files Browse the repository at this point in the history
This reverts commit 3d073da.

Somehow it will cause CI failure due to some network issue.
  • Loading branch information
lotabout authored and paul committed May 28, 2020
1 parent 33c8edc commit 71cc5c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ main() {
return
fi

cross test --release --frozen --target $TARGET
cross build --release --frozen --target $TARGET
cross test --release --target $TARGET
cross build --release --target $TARGET
mkdir -p target/release
cp target/$TARGET/release/sk target/release

Expand Down

0 comments on commit 71cc5c0

Please sign in to comment.