Skip to content

version patch

version patch #6

name: Push Test Build
on:
push:
branches:
- '*'
- '!release*'
- '!master'
jobs:
test-matrix:
uses: softstream-link/workflows/.github/workflows/rust-test-matrix-toolchain-os.yml@v1
with:
fail-fast: false
clippy:
uses: softstream-link/workflows/.github/workflows/rust-clippy-toolchain.yml@v1
bench-matrix:
uses: softstream-link/workflows/.github/workflows/rust-bench-matrix-toolchain-os.yml@v1
with:
fail-fast: false