Skip to content

Readme update with testing & Versioning sections #8

Readme update with testing & Versioning sections

Readme update with testing & Versioning sections #8

Workflow file for this run

on: [push]
jobs:
builld_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get install gcc
- name: Build and run tests
run: |
cd ${{github.workspace}}
bash ./tests/test.sh || exit