mirror of
https://github.com/kataras/iris.git
synced 2026-07-31 16:39:52 +00:00
CI and Context
This commit is contained in:
@@ -26,7 +26,9 @@ jobs:
|
||||
- name: Set up Go 1.x
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: ${{ matrix.go_version }}
|
||||
go-version-file: './go.mod'
|
||||
check-latest: true
|
||||
- run: go version
|
||||
|
||||
- name: Test
|
||||
run: go test -v ./...
|
||||
|
||||
Reference in New Issue
Block a user