speed up PostgreSQL bulk writes 100x using native binary COPY protoco… #1973
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: macOS - test | |
| on: | |
| push: | |
| branches: | |
| - 'main' | |
| jobs: | |
| test-macos: | |
| strategy: | |
| fail-fast: false | |
| uses: pathwaycom/pathway/.github/workflows/package_test.yml@main | |
| with: | |
| runner: 'selfhosted-macOS' | |
| secrets: inherit |