From 0b44280dcbb434ff45cbaede821a9601d7c72788 Mon Sep 17 00:00:00 2001 From: Piotr Beling Date: Sun, 3 Mar 2024 10:54:55 +0100 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1b1c6d6..94d0ea3 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -17,8 +17,6 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build - run: cargo build --verbose + run: cargo build - name: Run tests - run: cargo test --verbose - - name: Build documentation - run: cargo doc --verbose + run: cargo test