Skip to content

Commit

Permalink
ci: remove UT and linux build CI from gitHub actions (#946)
Browse files Browse the repository at this point in the history
close #947
  • Loading branch information
wlwilliamx authored Jan 23, 2025
1 parent 3c16ad0 commit 171c8e7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 128 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/check_and_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,3 @@ jobs:

- name: Build
run: make cdc

linux_build:
runs-on: ubuntu-latest
name: Linux Build
steps:
- name: Check out code
uses: actions/checkout@v2

- name: Setup Go environment
uses: actions/setup-go@v3
with:
go-version: '1.23'

- name: Build
run: make cdc
113 changes: 0 additions & 113 deletions .github/workflows/uint_test.yaml

This file was deleted.

0 comments on commit 171c8e7

Please sign in to comment.