Skip to content

Commit

Permalink
Fix CI. (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
apertovs authored Mar 14, 2021
1 parent e89fe7b commit 9f0c38b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ script:
- cd build
- cmake ..
- make -j8
- find ./bin/ -name '*tests' -exec {} \;
- find ./bin/ -name '*tests' -type f -executable | while read fname; do
$fname;
done;

0 comments on commit 9f0c38b

Please sign in to comment.