Skip to content

Commit

Permalink
cut metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Oct 18, 2023
1 parent f34bb6c commit 928093f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pull-request-token-group.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
run: |
cargo test \
--manifest-path=token-group/interface/Cargo.toml \
--features serde-traits \
-- --nocapture
- name: Build and test example
Expand Down
2 changes: 1 addition & 1 deletion token-group/example/src/entrypoint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ fn process_instruction(
return Err(error);
}
Ok(())
}
}

0 comments on commit 928093f

Please sign in to comment.