Skip to content

Link to cpp-container instead of owning a copy of it #16

Link to cpp-container instead of owning a copy of it

Link to cpp-container instead of owning a copy of it #16

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Build container image
run: docker build -t gtest .
- name: Test in container
run: docker run -t gtest