ferhatelmas commented on code in PR #1881:
URL: https://github.com/apache/iceberg-go/pull/1881#discussion_r3865799952


##########
.github/workflows/go-ci.yml:
##########
@@ -89,10 +89,10 @@ jobs:
         # collide on one entry; we manage the cache explicitly above instead.
         skip-cache: true
     - name: Run tests
-      run: go test -v ./...
+      run: make test
     # Race detector is opt-in per package/test.
     - name: Run race detector
-      run: go test -race -v ./codec/... ./table/...
+      run: make test-race

Review Comment:
   Updated, dropped regular test since race one covers it now 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to