Skip to content

Commit 9c0e87b

Browse files
committed
CI: At least run datum_gateway --help after building
1 parent c86a0d3 commit 9c0e87b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
cd build
8181
cmake /workspace -DCMAKE_C_FLAGS='-Wall -Werror' ${{ matrix.config.cmake_args }}
8282
make -j\$(nproc)
83+
./datum_gateway --help
8384
"
8485
docker run \
8586
-v "${{ github.workspace }}:/workspace":ro \

0 commit comments

Comments
 (0)