Skip to content

INIReader: change variable visibility from private to protected #62

INIReader: change variable visibility from private to protected

INIReader: change variable visibility from private to protected #62

Workflow file for this run

name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Diff Tests
run: |
cd tests
./unittest.sh
cd ../examples
./cpptest.sh
git diff --exit-code