hotfix exec 'setex key -1000 value' returns error #151
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: CRDT-Redis CI | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: | |
strategy: | |
matrix: | |
platform: [ubuntu-latest] | |
runs-on: ${{ matrix.platform }} | |
steps: | |
- uses: actions/checkout@v2 | |
- name: init-system | |
run: sudo apt update && sudo apt-get install openjdk-8-jdk -y | |
- name: make | |
run: make | |
- name: make crdt-test | |
run: make crdt-test |