Skip to content

Commit c41cd7e

Browse files
committed
ci: fix grep workflow include pattern
1 parent a134bc1 commit c41cd7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v3
3636
- name: run example ${{ matrix.ext }}
37-
run: cargo run --release --example grep ./data/subset.${{ matrix.ext }}
37+
run: cargo run --release --example grep -- ./data/subset.${{ matrix.ext }} "ACGTACGT"
3838

3939
example_range:
4040
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)