Skip to content

Commit

Permalink
Merge pull request #1729 from CortexFoundation/revert-1727-ucwong-pat…
Browse files Browse the repository at this point in the history
…ch-3

Revert "Update go.yml"
  • Loading branch information
ucwong authored Sep 19, 2023
2 parents 1e90e26 + 00bd090 commit a035f20
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ jobs:
export PATH=$PATH:$(go env GOPATH)/bin
make -C solution cpu
go vet $(go list ./... | grep -v /cvm-runtime/)
- name: Check Spelling
uses: check-spelling/check-spelling@v0.0.21

- name: Build
run: make clean && make all -j$(nproc)

Expand All @@ -56,4 +53,3 @@ jobs:
if [ -f coverage.txt ]; then
bash <(curl -s https://codecov.io/bash)
fi

0 comments on commit a035f20

Please sign in to comment.