manual testing
Some checks failed
Test and Deploy / test (push) Failing after 10s
Test and Deploy / docs (push) Has been skipped

This commit is contained in:
2024-07-07 20:05:32 -07:00
parent 1424925cbf
commit c52712471f
5 changed files with 43 additions and 14 deletions

View File

@ -14,15 +14,11 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libbsd-dev cmake build-essential
sudo apt-get install -y libbsd-dev build-essential
- name: Build and test
run: |
mkdir build
cd build
cmake ..
make
./tests
make tests
docs:
runs-on: ubuntu-latest