Skip to content

Commit

Permalink
ci: change cmake to ctest
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Feb 21, 2024
1 parent 3019577 commit 6761e63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
mkdir build
cd build
cmake ..
cmake -T Build
cmake -T Test
ctest -T Build
ctest -T Test

0 comments on commit 6761e63

Please sign in to comment.