Skip to content

Commit

Permalink
Update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mls-m5 committed Aug 25, 2023
1 parent d2f4331 commit 4db86d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: make
run: make
- name: example1
run: ./example1-basic
run: ./test_main Example1
- name: example2 #this should fail
run: (! ./example2-mocks)
run: (! ./test_main Mocks)

0 comments on commit 4db86d3

Please sign in to comment.