Peter M. Groen
/
libmodbus
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
a8b9a39200b0b041f6e8e1ef3edabb3e02aed19a
Authored by
Stéphane Raimbault
2022-08-12 10:47:40 +0200
1 parent
88af31cb
Remove check target (duplicate of distcheck)
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
.github/workflows/build.yml
.github/workflows/build.yml
View file @
a8b9a39
...
...
@@ -16,7 +16,5 @@ jobs:
16
16
run: ./autogen.sh && ./configure
17
17
- name: make
18
18
run: make
19
- - name: make check
20
- run: make check
21
19
- name: make distcheck
22
20
run: make distcheck
...
...