Skip to content

Removed old plugin tests #36

Removed old plugin tests

Removed old plugin tests #36

on:
push:
branches:
- main
pull_request:
types: [opened, edited, reopened]
jobs:
tests-windows:
runs-on: windows-latest
steps:
- uses: actions/[email protected]
with:
submodules: true
- name: Configure and Build
uses: threeal/cmake-action@main
with:
options: "TESTS=ON"
build-args: "--target mostly-harmless-tests"
- name: Run tests
run: "./build/debug/mostly-harmless-tests.exe"
tests-macos:
runs-on: macos-latest
steps:
- uses: actions/[email protected]
with:
submodules: true
- name: Configure and Build
uses: threeal/cmake-action@main
with:
options: "TESTS=ON"
build-args: "--target mostly-harmless-tests"
- name: Run tests
run: "./build/mostly-harmless-tests"