Skip to content

perl-nocem: Ensure the socket timeout is positive #657

perl-nocem: Ensure the socket timeout is positive

perl-nocem: Ensure the socket timeout is positive #657

Workflow file for this run

## Workflow for GitHub Actions testing.
name: build
"on": [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
env:
AUTHOR_TESTING: 1
C_TAP_VERBOSE: 1
steps:
- name: checkout
uses: actions/checkout@v4
- name: install
run: sudo -E ci/install
- name: test
run: ci/test