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