Released args to speed up the push build.
Rust Build / building (Linux - X86_64, x86_64-unknown-linux-musl) (push) Failing after 26s Details

This commit is contained in:
Ian Wijma 2024-04-06 21:37:25 +11:00
parent 8a9c515916
commit b8943a676c
1 changed files with 1 additions and 3 deletions

View File

@ -7,7 +7,7 @@ on:
jobs: jobs:
push: push:
name: building - ${{ matrix.platform.release_for }} name: building
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
fail-fast: false fail-fast: false
@ -31,5 +31,3 @@ jobs:
with: with:
command: build command: build
target: ${{ matrix.platform.target }} target: ${{ matrix.platform.target }}
args: "--locked --release"
strip: true