Skip to content

Updated the color puzzle to the new design #138

Updated the color puzzle to the new design

Updated the color puzzle to the new design #138

name: Utility Tests
on: [push]
jobs:
Run-Util-Tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt install libboost-all-dev -y; sudo apt install libzip-dev -y;
- run: |
cd ${{github.workspace}}
mkdir obj
make test
- run: ${{github.workspace}}/obj/UtilityTests.test