From 4381e941c9e5a507329163610e2a1ae2898563e8 Mon Sep 17 00:00:00 2001 From: 19atlas <67108558+19atlas@users.noreply.github.com> Date: Mon, 24 Jun 2024 20:38:22 +0000 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1cca031..316daf8 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -1,4 +1,4 @@ -name: Fetrust +name: Rust on: push: @@ -15,8 +15,8 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build - run: cargo build --verbose + run: cargo build --release --verbose - name: Run tests run: cargo test --verbose