Skip to content

Commit

Permalink
misc: testing for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Daws authored Oct 24, 2024
1 parent 3393c48 commit 6675f4b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: tests-ubuntu

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: install
run: make install

- name: testing
run: make tests

- name: Run check
run: make check

- name: Run distcheck
run: make distcheck

0 comments on commit 6675f4b

Please sign in to comment.