Skip to content

Commit c0e36d1

Browse files
committed
Add GitHub Action
1 parent 0ab75cd commit c0e36d1

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/debug.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Debugging build and test
2+
on:
3+
- push
4+
- pull_request
5+
jobs:
6+
build:
7+
runs-on: ubuntu-slim
8+
steps:
9+
- uses: actions/checkout@v4
10+
- name: Build (debugging mode)
11+
run: make debug
12+
- name: Run regression test suite
13+
run: make check

0 commit comments

Comments
 (0)