Skip to content

Commit

Permalink
fix main ret code test
Browse files Browse the repository at this point in the history
  • Loading branch information
matiaslindgren committed May 20, 2024
1 parent 40aaa59 commit 4fe64d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- name: test
run: make CXX=clang-18 test && ./test
- name: main
run: make CXX=clang-18 main && ./main || [ "$?" -eq 50 ] || echo "expected main to exit with 50" && exit 1
run: make CXX=clang-18 main && ./main || [ "$?" -eq 50 ]

0 comments on commit 4fe64d6

Please sign in to comment.