mirror of
https://github.com/ClusterCockpit/cc-units.git
synced 2024-12-26 05:29:06 +01:00
Update go.yml
This commit is contained in:
parent
6d761ce710
commit
0292442fd1
12
.github/workflows/go.yml
vendored
12
.github/workflows/go.yml
vendored
@ -24,11 +24,11 @@ jobs:
|
||||
with:
|
||||
go-version: '^1.17.7'
|
||||
|
||||
- name: Build
|
||||
run: go build -v ./...
|
||||
- name: Create module
|
||||
run: go mod init
|
||||
|
||||
- name: Test
|
||||
run: go test -v ./...
|
||||
run: go test -v
|
||||
|
||||
#
|
||||
# Job build-1-16
|
||||
@ -47,8 +47,8 @@ jobs:
|
||||
with:
|
||||
go-version: '^1.16.7' # The version AlmaLinux 8.5 uses
|
||||
|
||||
- name: Build
|
||||
run: go build -v ./...
|
||||
- name: Create module
|
||||
run: go mod init
|
||||
|
||||
- name: Test
|
||||
run: go test -v ./...
|
||||
run: go test -v
|
||||
|
Loading…
Reference in New Issue
Block a user