From c6f6159fd5f69ae3f91593d6075aefe31fe3d0b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20Kaan=20G=C3=9CM=C3=9C=C5=9E?= <96421894+Tahinli@users.noreply.github.com> Date: Sun, 24 Sep 2023 00:58:44 +0300 Subject: [PATCH] docs: Update rust.yml --- .github/workflows/rust.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 623922c..cfd5ba3 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -19,20 +19,9 @@ jobs: - uses: actions/checkout@v3 - name: Build run: cargo build --release + - name: Run tests run: cargo test --verbose - - - name: Changelog - uses: ardalanamini/auto-changelog@v4 - id : changelog - with: - github-token: ${{ github.token }} - release-name: v0.0.1 - - - uses: actions/upload-artifact@v3 - with: - name: rust-tcp-transfer - path: target/release/rust-tcp-file-transfer - name: Release uses: softprops/action-gh-release@v0.1.15