perf(#9642): set changes_doc_ids_optimization_threshold
a high value
#143
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: Test CouchDB (Conditional) | |
on: | |
pull_request: | |
paths: | |
- 'couchdb/**' | |
push: | |
paths: | |
- 'couchdb/**' | |
jobs: | |
test: | |
name: Test CouchDB | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
with: | |
sparse-checkout: | | |
couchdb/ | |
- name: Test CouchDB | |
run: | | |
cd couchdb/tests | |
make test |