test action with only CI tests

This commit is contained in:
Jia Hu 2024-03-17 23:40:08 -04:00
parent 51771bd205
commit 1eb315b43f
1 changed files with 0 additions and 23 deletions

View File

@ -1,23 +0,0 @@
name: C/C++ CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: configure
run: ./configure
- name: make
run: make
- name: make check
run: make check
- name: make distcheck
run: make distcheck