Skip to content

Commit fe20149

Browse files
authored
Redefine Actions workflow (#108)
2 parents 07ec200 + 217621d commit fe20149

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/c.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ jobs:
1616
sudo apt-get install asciidoc gettext libncurses-dev
1717
- name: configure
1818
run: ./configure
19-
- name: make
20-
run: make
21-
- name: make check
22-
run: make check
2319
- name: make distcheck
24-
run: make distcheck
20+
run: make -j$(nproc) distcheck
21+
- name: make check as root
22+
run: sudo make -j$(nproc) check

0 commit comments

Comments
 (0)