Skip to content

Commit 1ec1482

Browse files
committed
Add debug workflow
1 parent baca8d6 commit 1ec1482

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: Debug build and test
2+
on:
3+
- push
4+
- pull_request
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- name: build
11+
run: make -j$(nproc) debug
12+
- name: check
13+
run: make check-debug

0 commit comments

Comments
 (0)