Skip to content

Commit 5cdf614

Browse files
committed
Remove tests and benches for no-serde
1 parent 82ec9fb commit 5cdf614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cargo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
target_flags: "--lib"
3636
- feature_set: "no-serde"
3737
feature_flags: "--no-default-features --features std"
38-
target_flags: "--lib --tests --benches --example tle --example tle_afspc"
38+
target_flags: "--lib --example tle --example tle_afspc"
3939
runs-on: ubuntu-latest
4040
steps:
4141
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)