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