Skip to content

Commit

Permalink
Add back
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Aug 23, 2023
1 parent 8ebced9 commit 2806fc3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/unique_python_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
args: --profile=optimized
env:
RUSTFLAGS: '-C target-cpu=native'
#
# - name: Run
# run: |
# ./target/optimized/data links/dataset.txt data/ --limit=5
#
# - name: Check
# run: |
# ls -la data/

- name: Run
run: |
./target/optimized/data links/dataset.txt data/ --limit=5
- name: Check
run: |
ls -la data/

0 comments on commit 2806fc3

Please sign in to comment.