Skip to content

Commit

Permalink
lint feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mkatychev committed Mar 26, 2024
1 parent dca3c6c commit ad2fb58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
env:
GRPCURL_URL: "https://github.com/fullstorydev/grpcurl/releases/download/\
v${GRPCURLV}/grpcurl_${GRPCURLV}_linux_x86_64.tar.gz"
run: |
sudo curl -sL "$GRPCURL_URL" sudo tar xvz -C /usr/local/bin/
- name: httpbin post
run: cargo run -- record ./test_data post
- name: httpbin take
Expand Down

0 comments on commit ad2fb58

Please sign in to comment.