You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opendal.apache.org by xu...@apache.org on 2023/03/16 09:29:57 UTC

[incubator-opendal] branch download-nextest-instead created (now 1acf2829)

This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a change to branch download-nextest-instead
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


      at 1acf2829 ci: Download nextest instead of installing it

This branch includes the following new commits:

     new 1acf2829 ci: Download nextest instead of installing it

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-opendal] 01/01: ci: Download nextest instead of installing it

Posted by xu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch download-nextest-instead
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git

commit 1acf2829a38b4e20a3869a2ba4fccf570917857e
Author: Xuanwo <gi...@xuanwo.io>
AuthorDate: Thu Mar 16 17:29:12 2023 +0800

    ci: Download nextest instead of installing it
    
    Signed-off-by: Xuanwo <gi...@xuanwo.io>
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ddeeb60f..4be8fe0d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -155,7 +155,7 @@ jobs:
       - name: Setup Rust toolchain
         uses: ./.github/actions/setup
       - name: Install cargo-nextest
-        run: cargo install cargo-nextest --locked
+        run: curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin
       - name: Test
         run: cargo nextest run --no-fail-fast --features layers-all && cargo test --doc
         env: