Skip to content

Commit

Permalink
Remove tests and benches for no-serde
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarcireau committed May 25, 2024
1 parent 82ec9fb commit 5cdf614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
target_flags: "--lib"
- feature_set: "no-serde"
feature_flags: "--no-default-features --features std"
target_flags: "--lib --tests --benches --example tle --example tle_afspc"
target_flags: "--lib --example tle --example tle_afspc"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5cdf614

Please sign in to comment.