Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
arminzavada committed Sep 18, 2024
1 parent cb66b44 commit f9f6d64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,6 @@ jobs:
file_path: artifact/similarity/build/distributions/similarity.tar
extract_dir: dist
- name: Test Similarity
run: dist/similarity/bin/similarity muse1.txt muse2.txt 3
run: |
dist/similarity/bin/similarity muse1.txt muse2.txt 3 > e2e-output.txt
grep -xq "Similarity:0.9000325774286236"

0 comments on commit f9f6d64

Please sign in to comment.