Skip to content

Rename thread pool executor and wait on tokens #7

Rename thread pool executor and wait on tokens

Rename thread pool executor and wait on tokens #7

Workflow file for this run

name: TaskFlow Pipeline
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: |
git clone https://github.com/google/googletest.git
cd googletest && mkdir build && cd build
cmake .. && make
sudo make install
- name: Build
run: |
./scripts/build.sh
- name: Test
run: |
./build/tests/run_tests