Skip to content

Commit 32ba87d

Browse files
boquan-fangBoquan Fang
andauthored
ci: remove skipping tests for cargotiming (#2680)
Co-authored-by: Boquan Fang <[email protected]>
1 parent 7482457 commit 32ba87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codebuild/spec/cargotiming.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ phases:
1919
- cargo build --timings --release
2020
post_build:
2121
commands:
22-
- cargo test --workspace -- --skip ipv4_two_socket_test --skip ipv4_test --skip max_total_test
22+
- cargo test --workspace
2323

2424
artifacts:
2525
# upload timing reports

0 commit comments

Comments
 (0)