Skip to content

dockerfile: tau executable as an entrypoint + usage info #12

dockerfile: tau executable as an entrypoint + usage info

dockerfile: tau executable as an entrypoint + usage info #12

Workflow file for this run

name: Test Debug
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test-debug:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Build debug tests and run them
run: docker build --build-arg TESTS="yes" --build-arg BUILD_TYPE="Debug" -t debug-tester .