Skip to content

Commit

Permalink
fix path for spl tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Feb 17, 2025
1 parent f57a9fb commit 78600da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
RUST_BACKTRACE: 1

- name: Run SPL tests
run: cargo test --features token-2022
run: cd crates/token && cargo test --features token-2022
env:
RUST_BACKTRACE: 1

Expand Down

0 comments on commit 78600da

Please sign in to comment.