Skip to content

test commit - keep only event test #132

test commit - keep only event test

test commit - keep only event test #132

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master", "master-next" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt install libsqlite3-dev libhiredis-dev
- name: configure
run: ./configure --maintainer --allextmod --disable-docs
- name: Build
run: make
- name: Run check
run: testverbose=1 make test
- name: Test bootstrap jimsh
run: ./test-bootstrap-jim