Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 4a9b242

Browse files
authored
ci: Update twoxtx build to ignore warnings (#4007)
1 parent 4933511 commit 4a9b242

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pull-request-token.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@ jobs:
8686

8787
- name: Set env vars
8888
run: |
89-
echo "RUST_STABLE_VERSION=1.65.0" >> $GITHUB_ENV
89+
echo "RUST_STABLE_VERSION=1.66.1" >> $GITHUB_ENV
9090
source ci/rust-version.sh
9191
echo "RUST_STABLE=$rust_stable" >> $GITHUB_ENV
9292
source ci/solana-version.sh
9393
echo "SOLANA_VERSION=$solana_version" >> $GITHUB_ENV
9494
9595
- uses: actions-rs/toolchain@v1
9696
with:
97-
toolchain: ${{ env.RUST_STABLE }}
97+
toolchain: ${{ env.RUST_STABLE_VERSION }}
9898
override: true
9999
profile: minimal
100100

@@ -103,7 +103,7 @@ jobs:
103103
path: |
104104
~/.cargo/registry
105105
~/.cargo/git
106-
key: cargo-build-${{ hashFiles('**/Cargo.lock') }}-${{ env.RUST_STABLE }}
106+
key: cargo-build-${{ hashFiles('**/Cargo.lock') }}-${{ env.RUST_STABLE_VERSION }}
107107

108108
- name: Install dependencies
109109
run: |
@@ -114,7 +114,7 @@ jobs:
114114
- name: Build and test token-2022 twoxtx (TEMPORARY)
115115
run: |
116116
./token/twoxtx-setup.sh
117-
./ci/cargo-test-sbf.sh token/program-2022-test
117+
cargo +${{ env.RUST_STABLE_VERSION }} test-sbf --manifest-path token/program-2022-test/Cargo.toml -- --nocapture
118118
119119
js-test:
120120
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)