We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab75cd commit c0e36d1Copy full SHA for c0e36d1
1 file changed
.github/workflows/debug.yml
@@ -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