Skip to content

Commit

Permalink
add go debug mockery workaround to circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
cameroncaci committed Sep 17, 2024
1 parent 0e05aa4 commit 747bd6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1200,6 +1200,8 @@ jobs:
- checkout
- restore_cache_for_go
- run: echo 'export PATH=${PATH}:${GOPATH}/bin:~/transcom/mymove/bin' >> $BASH_ENV
#GODEBUG is a temporary Mockery 2.45.1 with Go 1.23.0 compatibility workaround. See https://github.com/vektra/mockery/issues/803
- run: echo 'export GODEBUG=gotypesalias=0' >> $BASH_ENV
- run: make server_generate mocks_generate
- run: scripts/check-generated-code pkg/gen/ $(find . -type d -name "*mocks" -exec echo -n '{} ' \;)
- announce_failure
Expand Down

0 comments on commit 747bd6d

Please sign in to comment.