mirror of
https://github.com/libp2p/go-libp2p.git
synced 2025-12-24 13:29:35 +08:00
ci: move to github actions runner
This commit is contained in:
2
.github/workflows/go-test-template.yml
vendored
2
.github/workflows/go-test-template.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
GOTESTFLAGS: -cover -coverprofile=module-coverage.txt -coverpkg=./...
|
||||
GO386FLAGS: ""
|
||||
GORACEFLAGS: ""
|
||||
runs-on: ${{ fromJSON(vars[format('UCI_GO_TEST_RUNNER_{0}', matrix.os)] || format('"{0}-latest"', matrix.os)) }}
|
||||
runs-on: ${{ fromJSON(format('"{0}-latest"', matrix.os)) }}
|
||||
name: ${{ matrix.os }} (go ${{ matrix.go }})
|
||||
steps:
|
||||
- name: Use msys2 on windows
|
||||
|
||||
2
.github/workflows/interop-test.yml
vendored
2
.github/workflows/interop-test.yml
vendored
@@ -23,7 +23,7 @@ on:
|
||||
jobs:
|
||||
run-transport-interop:
|
||||
name: Run transport interoperability tests
|
||||
runs-on: ${{ fromJSON(vars['INTEROP_TEST_RUNNER_UBUNTU'] || '"ubuntu-22.04"') }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Free Disk Space (Ubuntu)
|
||||
if: vars['INTEROP_TEST_RUNNER_UBUNTU'] == ''
|
||||
|
||||
Reference in New Issue
Block a user