mirror of
https://github.com/Fishwaldo/huma.git
synced 2025-03-15 11:21:42 +00:00
chore: update CI build script
This commit is contained in:
parent
fc06489523
commit
ac05b9c98f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -2,13 +2,13 @@ name: CI
|
|||
on: [push]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-16.04
|
||||
runs-on: ubuntu-latest
|
||||
name: Build & Test
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup go
|
||||
uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: "1.13"
|
||||
go-version: "1.17"
|
||||
- run: go test -coverprofile=coverage.txt -covermode=atomic ./...
|
||||
- uses: codecov/codecov-action@v1
|
||||
|
|
Loading…
Add table
Reference in a new issue