mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-01 23:18:49 +01:00
remove the conf.h listing when building, and add another test for
get_number
This commit is contained in:
parent
594cedbff6
commit
9399b68f26
2 changed files with 1 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -19,8 +19,6 @@ jobs:
|
|||
run: sudo apt install -y libcmocka-dev
|
||||
- name: configure
|
||||
run: ./configure
|
||||
- name: list conf.h for testing
|
||||
run: cat src/conf.h
|
||||
- name: build tests
|
||||
run: cd src && touch .accepted && make test
|
||||
- name: build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue