Skip to content

tests/kill4: Fix tests with wrong assumption #228

tests/kill4: Fix tests with wrong assumption

tests/kill4: Fix tests with wrong assumption #228

Workflow file for this run

name: C CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: preparation
run: |
sudo apt-get update
sudo apt-get install asciidoc gettext libncurses-dev
- name: configure
run: ./configure
- name: make
run: make
- name: make check
run: make check
- name: make distcheck
run: make distcheck