From d3ecfe83f2c38c35c2461950f5ac27cda260f478 Mon Sep 17 00:00:00 2001 From: duc-nx Date: Fri, 9 Aug 2024 18:33:33 -0400 Subject: [PATCH] shorten the test time --- .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 0d78f1e9..d2fbfad4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4 - name: Install tooling and use Rust cache uses: ./.github/actions/rust-cache - - run: cargo test --bins --examples --tests --benches --all-features + - run: cargo test --bins --examples --all-features test-smoke: needs: check-build