Skip to content

Commit

Permalink
Fix interop tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Marta Mularczyk committed Jun 12, 2024
1 parent 310df89 commit 1740973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/interop_tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Interop Tests
on: [pull_request]
on: [push]
env:
CARGO_TERM_COLOR: always
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
Expand Down Expand Up @@ -30,7 +30,7 @@ jobs:
cp -r ../../mls-rs/test_harness_integration/configs mls-rs-configs
go env -w GOPROXY=direct
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@5051eea
export GOPATH=$HOME/go
export GOBIN=$GOPATH/bin
export PATH=$PATH:$GOROOT:$GOPATH:$GOBIN
Expand Down

0 comments on commit 1740973

Please sign in to comment.