Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/aerospike.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ service {
user ${user}
group ${group}
run-as-daemon
paxos-single-replica-limit 1 # Number of nodes where the replica count is automatically reduced to 1.
pidfile ${home}/var/run/aerospike.pid
proto-fd-max 10000
work-directory ${home}/var
Expand Down
16 changes: 9 additions & 7 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,21 @@ jobs:
test:
runs-on: ${{matrix.os}}-latest
continue-on-error: ${{matrix.experimental}}

strategy:
matrix:
os:
- ubuntu

ruby:
- 2.6
- 2.7

- 3.0
- 3.1
- 3.2

experimental: [false]
env: [""]

include:
- os: ubuntu
ruby: head
Expand All @@ -30,14 +32,14 @@ jobs:
with:
ruby-version: ${{matrix.ruby}}
bundler-cache: true

- name: Start server
timeout-minutes: 5
env:
TERM: dumb
run:
.github/workflows/start_cluster.sh 2

- name: Run tests
timeout-minutes: 30
env:
Expand Down