Skip to content

Commit 89c7cce

Browse files
committed
ci4
1 parent ffb4def commit 89c7cce

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/ci-lazer-solana-contract.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,7 @@ jobs:
5353
run: cargo fmt --all -- --check
5454
- name: Clippy check
5555
run: cargo clippy --all-targets -- --deny warnings
56+
- name: Build contract
57+
run: cargo build-sbf
5658
- name: test
5759
run: cargo test

.github/workflows/ci-solana-contract.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ jobs:
2424
- uses: Swatinem/rust-cache@v2
2525
with:
2626
workspaces: "target_chains/solana -> target"
27-
- uses: actions-rs/toolchain@v1
28-
with:
29-
toolchain: 1.73.0
30-
components: rustfmt, clippy
31-
override: true
27+
- uses: actions-rust-lang/setup-rust-toolchain@v1
3228
- name: Install Solana
3329
run: |
3430
sh -c "$(curl -sSfL https://release.anza.xyz/v1.17.34/install)"

0 commit comments

Comments
 (0)