You've already forked tarr
fix(ci): disable tests
Some checks failed
Some checks failed
This commit is contained in:
@ -1,42 +1,42 @@
|
|||||||
name: "Run Golang tests"
|
# name: "Run Golang tests"
|
||||||
|
|
||||||
on:
|
# on:
|
||||||
pull_request:
|
# pull_request:
|
||||||
types: [ "opened", "reopened", "synchronize" ]
|
# types: [ "opened", "reopened", "synchronize" ]
|
||||||
push:
|
# push:
|
||||||
branches: [ '**' ]
|
# branches: [ '**' ]
|
||||||
tags-ignore: [ '**' ]
|
# tags-ignore: [ '**' ]
|
||||||
workflow_dispatch: {}
|
# workflow_dispatch: {}
|
||||||
|
|
||||||
jobs:
|
# jobs:
|
||||||
# integration-test:
|
# integration-test:
|
||||||
# name: "Run integration tests"
|
# name: "Run integration tests"
|
||||||
# runs-on: ${{ matrix.os }}
|
# runs-on: ${{ matrix.os }}
|
||||||
# strategy:
|
# strategy:
|
||||||
# matrix:
|
# matrix:
|
||||||
# go: [ stable ]
|
# go: [ stable ]
|
||||||
# os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ]
|
# os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ]
|
||||||
# steps:
|
# steps:
|
||||||
# - uses: actions/checkout@v4.2.2
|
# - uses: actions/checkout@v4.2.2
|
||||||
# - uses: actions/setup-go@v5.5.0
|
# - uses: actions/setup-go@v5.5.0
|
||||||
# with:
|
# with:
|
||||||
# go-version: ${{ matrix.go }}
|
# go-version: ${{ matrix.go }}
|
||||||
# - env:
|
# - env:
|
||||||
# GOPROXY: ${{ vars.GOPROXY }}
|
# GOPROXY: ${{ vars.GOPROXY }}
|
||||||
# run: make test/integration
|
# run: make test/integration
|
||||||
|
|
||||||
unit-test:
|
# unit-test:
|
||||||
name: "Run unit tests"
|
# name: "Run unit tests"
|
||||||
runs-on: ${{ matrix.os }}
|
# runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
# strategy:
|
||||||
matrix:
|
# matrix:
|
||||||
go: [ stable ]
|
# go: [ stable ]
|
||||||
os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ]
|
# os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ]
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v4.2.2
|
# - uses: actions/checkout@v4.2.2
|
||||||
- uses: actions/setup-go@v5.5.0
|
# - uses: actions/setup-go@v5.5.0
|
||||||
with:
|
# with:
|
||||||
go-version: ${{ matrix.go }}
|
# go-version: ${{ matrix.go }}
|
||||||
- env:
|
# - env:
|
||||||
GOPROXY: ${{ vars.GOPROXY }}
|
# GOPROXY: ${{ vars.GOPROXY }}
|
||||||
run: make test/unit
|
# run: make test/unit
|
||||||
|
Reference in New Issue
Block a user