Skip to content

Commit

Permalink
[github actions] one more attempt on no space left
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaloup committed Jun 12, 2024
1 parent 9c57b26 commit 974335d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/typescript-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:

- run: pnpm install
- run: pnpm lint
- run: cargo test --release --features no-entrypoint -- --nocapture
- run: cargo test --release -- --nocapture
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test:cargo": "cargo test --features no-entrypoint -- --nocapture",
"test": "pnpm test:cargo && pnpm test:bankrun && pnpm test:validator",
"cli": "ts-node ./packages/validator-bonds-cli/src/",
"lint:cargo": "cargo fmt -- --check && cargo clippy --release --features no-entrypoint",
"lint:cargo": "cargo fmt -- --check && cargo clippy --release",
"lint:cargo-fix": "cargo fmt --all && cargo clippy --fix --allow-staged --allow-dirty",
"lint:ts": "gts lint",
"lint:ts-fix": "gts fix",
Expand Down

0 comments on commit 974335d

Please sign in to comment.