tldr-pages / tldr-c-client

C command-line client for tldr pages
MIT License
293 stars 50 forks source link

Add some more basic integration tests to CI #76

Closed MasterOdin closed 2 years ago

MasterOdin commented 2 years ago

What does it do?

Adds two new "integration tests" to the CI workflow to help test basic CLI usage.

Why the change?

As shown in #71, a segfault slipped into the codebase. Adding this helps validate the behavior of the client. This acts as a small starting point to act as a place to prevent a regression on merging #75.

How can this be tested?

Run CI tests

Other notes

This should be merged after merging #75. A successful run of this action on top of #75 can be seen here: https://github.com/tldr-pages/tldr-c-client/actions/runs/1663299468

github-actions[bot] commented 2 years ago

Hi all! This thread has not had any recent activity. Are there any updates? Thanks!