Update test.yml

pull/788/head
Nikita Sobolev 2 years ago committed by GitHub
parent 725f35949e
commit 20fbaf2126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@ on:
workflow_dispatch:
concurrency:
group: ${{ github.head_ref || github.run_id }}
group: ${{ github.head_ref || github.run_id }}-test
cancel-in-progress: true
jobs:
@ -47,10 +47,3 @@ jobs:
- uses: actions/checkout@v3
- name: Run checks
run: brew install gawk gnupg && make test
build-man:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checks that manual generation works
run: make build-man

Loading…
Cancel
Save