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 61abf50
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 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 @@ -34,8 +34,10 @@ jobs:
export GOPATH=$HOME/go
export GOBIN=$GOPATH/bin
export PATH=$PATH:$GOROOT:$GOPATH:$GOBIN
GOFLAGS=-mod=mod go generate ./...
make test-runner/test-runner
cd test-runner
go get -u google.golang.org/grpc
go mod tidy -e
go build
- name: Test interop; full feature set with itself
run: |
cd mls-rs/test_harness_integration
Expand Down

0 comments on commit 61abf50

Please sign in to comment.