Skip to content

Commit

Permalink
feat: enable tenants in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
savonarola committed Apr 3, 2024
1 parent f5cf341 commit 5371f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
shell: bash
run: bash /usr/local/bin/create_cluster_file.bash
- name: Initialize FDB database
run: fdbcli --exec "configure new single ssd"
run: fdbcli --exec "configure new single ssd tenant_mode=optional_experimental"
- name: Execute unit tests
run: rebar3 eunit
- name: Execute binding test
Expand Down

0 comments on commit 5371f2f

Please sign in to comment.