Skip to content

Commit

Permalink
Try testing with check & davautocheck.
Browse files Browse the repository at this point in the history
  • Loading branch information
notroj committed Feb 1, 2025
1 parent 33d2cd7 commit 0363e17
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/autoconf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,13 @@ concurrency:

jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- name: Default
os: ubuntu-latest
check-target: [check, davautocheck]

runs-on: ${{ matrix.os }}
name: ${{ matrix.name }}
name: Ubuntu, target ${{ matrix.check-target }}

steps:
- name: Install dependencies (Linux, apt-get)
Expand Down Expand Up @@ -78,8 +76,8 @@ jobs:
- name: Build (make)
run: make -j

- name: Run tests (make check)
run: make check PARALLEL=16
- name: Run tests
run: make ${{matrix.check-target}} PARALLEL=16

- name: Install (make install)
run: sudo make install

0 comments on commit 0363e17

Please sign in to comment.