Skip to content

Commit

Permalink
Update google-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
extio1 authored Apr 10, 2024
1 parent dfcacfe commit 297ea35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/google-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: C++ google test
name: build & C++ gtest

on:
push:
Expand Down Expand Up @@ -30,4 +30,5 @@ jobs:
name: build-artifacts
path: build
- run: ls -la
- run: ls -la build
- run: ./build/vector_test

0 comments on commit 297ea35

Please sign in to comment.