Skip to content

Commit 8501e7f

Browse files
committed
fix syntax error in CI
1 parent 6cda0f2 commit 8501e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
--no-default-features \
173173
--features "serde derive chrono time ${{matrix.http-backend}}" \
174174
--no-fail-fast \
175-
--test integration_tests
175+
--test integration_tests \
176176
--test integration_tests_v2
177177
178178
# this uses cargo-tarpaulin to inspect the code coverage

0 commit comments

Comments
 (0)