Skip to content

Commit

Permalink
Merge pull request #4 from SNUCSE-CTA/CI
Browse files Browse the repository at this point in the history
debug: CI debug
  • Loading branch information
ctaroot authored Dec 13, 2024
2 parents 34aaa58 + 815e4f7 commit 62dac9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
mkdir build && cd build
cmake .. && make
- name: test example
run: ./GraphSimilaritySearch -d ../data/GraphSimilaritySearch/example.data -q ../data/GraphSimilaritySearch/example.query -t 5
run: ls && ./GraphSimilaritySearch -d ../data/GraphSimilaritySearch/example.data -q ../data/GraphSimilaritySearch/example.query -t 5

0 comments on commit 62dac9b

Please sign in to comment.