diff --git a/.github/workflows/pull-request-token-group.yml b/.github/workflows/pull-request-token-group.yml index 9b40be280b9..b0dc891ba83 100644 --- a/.github/workflows/pull-request-token-group.yml +++ b/.github/workflows/pull-request-token-group.yml @@ -62,7 +62,6 @@ jobs: run: | cargo test \ --manifest-path=token-group/interface/Cargo.toml \ - --features serde-traits \ -- --nocapture - name: Build and test example diff --git a/token-group/example/src/entrypoint.rs b/token-group/example/src/entrypoint.rs index a5ae85f308e..762ec75255a 100644 --- a/token-group/example/src/entrypoint.rs +++ b/token-group/example/src/entrypoint.rs @@ -20,4 +20,4 @@ fn process_instruction( return Err(error); } Ok(()) -} \ No newline at end of file +}