We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35590b4 commit 3ee341cCopy full SHA for 3ee341c
.github/workflows/ci.yml
@@ -15,19 +15,12 @@ jobs:
15
steps:
16
- name: Check CPU
17
run: lscpu
18
-
19
- - name: Install Protoc
20
- uses: arduino/setup-protoc@v3
21
22
- name: Set up Go
23
uses: actions/setup-go@v4
24
25
- name: Install grpcurl
26
run: go install github.com/fullstorydev/grpcurl/cmd/grpcurl@latest
27
28
- name: Checkout
29
uses: actions/checkout@v4
30
31
- name: Run tests
32
run: cargo test
33
.github/workflows/codecov.yml
@@ -17,8 +17,6 @@ jobs:
- uses: actions/checkout@v4
- name: Install Rust
run: rustup update stable
0 commit comments