Skip to content

Create google-test.yml #1

Create google-test.yml

Create google-test.yml #1

Workflow file for this run

name: C++ google test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: mkdir build
- run: cmake ..
- run: cmake --build .
- run: ./vector_test