Skip to content

Commit c4c7960

Browse files
committed
ci: rollback ci changes
1 parent f5bd5a6 commit c4c7960

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build-and-test-go.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build-and-test-go-projects
1+
name: build-go-projects
22

33
on:
44
merge_group:
@@ -16,7 +16,7 @@ on:
1616
env:
1717
FFI_FOR_RELEASE: false
1818
jobs:
19-
build-and-test:
19+
build:
2020
runs-on: ubuntu-latest
2121

2222
steps:
@@ -37,6 +37,4 @@ jobs:
3737
run: go build operator/cmd/main.go
3838
- name: Build aggregator
3939
run: go build aggregator/cmd/main.go
40-
- name: Run tests
41-
run: make test
4240

0 commit comments

Comments
 (0)