Skip to content

Commit

Permalink
chore: Update ci_go.yml in tsnsrv
Browse files Browse the repository at this point in the history
  • Loading branch information
antifuchs committed Aug 22, 2023
1 parent 0a7f682 commit 5f8648f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/ci_go.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: "CI/Rust"
on:
workflow_call:

jobs:
go_lints:
uses: "boinkor-net/ci-baseline-go/.github/workflows/ci_baseline_go_lints.yml@main"
with:
go_version: ""

go_tests:
uses: "boinkor-net/ci-baseline-go/.github/workflows/ci_baseline_go_tests.yml@main"
with:
go_version: ""

go_build:
uses: "boinkor-net/ci-baseline-go/.github/workflows/ci_baseline_go_build.yml@main"
strategy:
matrix:
build_target: ["."]
with:
subdir: ${{matrix.build_target}}
go_version: ""


0 comments on commit 5f8648f

Please sign in to comment.