1
0
mirror of https://github.com/fatedier/frp.git synced 2025-05-08 07:18:26 +00:00
2024-02-22 20:24:33 +08:00

17 lines
250 B
YAML

version: 2
jobs:
go-version-latest:
docker:
- image: cimg/go:1.22-node
resource_class: large
steps:
- checkout
- run: make
- run: make alltest
workflows:
version: 2
build_and_test:
jobs:
- go-version-latest