Skip to content

Commit

Permalink
check point
Browse files Browse the repository at this point in the history
  • Loading branch information
softstream-link committed May 31, 2024
1 parent cfd5cf4 commit 2409163
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/push-main-branch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Pull/Master Control Build
on:
push:
branches:
- 'master'
pull_request:

jobs:
test-matrix:
uses: softstream-link/workflows/.github/workflows/rust-test-matrix-toolchain-os.yml@v1
with:
toolchain: '["stable"]'
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

0 comments on commit 2409163

Please sign in to comment.