Skip to content

Rename test directory to tests. Use reusable workflows from workflows… #119

Rename test directory to tests. Use reusable workflows from workflows…

Rename test directory to tests. Use reusable workflows from workflows… #119

Workflow file for this run

name: Build & test
on: [push, pull_request]
jobs:
build-and-test:
strategy:
matrix:
platform: [ubuntu-latest, windows-latest]
uses: przemek83/workflows/.github/workflows/build-and-test-cpp.yml@main
with:
platform: ${{ matrix.platform }}