mirror of
https://github.com/stretchr/testify.git
synced 2025-05-31 11:42:44 +00:00
Move to jobs.build
This commit is contained in:
parent
a9e8aed155
commit
33be8f984a
13
.github/workflows/main.yml
vendored
13
.github/workflows/main.yml
vendored
@ -15,8 +15,10 @@ jobs:
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ${{ matrix.go_version }}
|
||||
- run: npm install -g mdsf-cli
|
||||
- run: ./.ci.gogenerate.sh
|
||||
- run: ./.ci.gofmt.sh
|
||||
- run: ./.ci.readme.fmt.sh
|
||||
- run: ./.ci.govet.sh
|
||||
- run: go test -v -race ./...
|
||||
test:
|
||||
@ -37,14 +39,3 @@ jobs:
|
||||
with:
|
||||
go-version: ${{ matrix.go_version }}
|
||||
- run: go test -v -race ./...
|
||||
format:
|
||||
name: Check formatting of code snippets in markdown files
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: stable
|
||||
- run: npm install -g mdsf-cli
|
||||
- run: ./.ci.readme.fmt.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user