Skip to content

Linux getCurrentExecutableFile() #39

Linux getCurrentExecutableFile()

Linux getCurrentExecutableFile() #39

Workflow file for this run

name: Tests
on:
push:
branches:
- main
jobs:
build-project:
name: Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Build
uses: threeal/cmake-action@main
with:
options: "MARVIN_TESTING=ON"
build-args: "--target marvin-tests"
- name: Run tests
run: ./build/marvin-tests