Skip to content

Self test

Self test #118

Workflow file for this run

name: Self test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: clone
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 2
- name: testbuild
run: |
cd testdata
g++ --version
g++ ./test.cpp -o test
ls
./test