Skip to content

Commit

Permalink
dsds
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinputhenveettil committed Oct 3, 2024
1 parent 730b1d9 commit 9e1aed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golang_rc_candidate_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
do echo "Running unit test for $lib" && cd "$lib" && gorc mod tidy && gorc test -v -coverpkg=./... -cover -covermode atomic ./... && cd -;
done
INTEGRATIONS_TESTS=("instagocb" "instapgx" "instacosmos" "instapgx/v2")
INTEGRATIONS_TESTS=("instagocb" "instapgx" "instapgx/v2")
for str in ${INTEGRATIONS_TESTS[@]}; do
dir=./instrumentation/$str
Expand Down

0 comments on commit 9e1aed0

Please sign in to comment.