Skip to content

Commit d6a05d0

Browse files
committed
fixing missing s in the argument
1 parent 002a537 commit d6a05d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Run coverage
8989
if: runner.os == 'Linux'
9090
run: |
91-
cargo tarpaulin --feature test-with-python --out Xml --timeout 200
91+
cargo tarpaulin --features test-with-python --out Xml --timeout 200
9292
9393
- name: Upload coverage reports to Codecov
9494
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)