Move BufferPool
to internal
package of core
module because of its exposure in metadata API
#98
Workflow file for this run
This file contains 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: Pull Request CI | |
on: | |
pull_request: | |
paths-ignore: | |
- samples/** | |
jobs: | |
test: | |
uses: ./.github/workflows/run-tests.yml |