Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/fuzz-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install nightly toolchain (cargo-fuzz)
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2024-09-01
override: true
components: llvm-tools

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cache: 'npm'

- name: Install dependencies
run: npm ci
run: npm ci --legacy-peer-deps

- name: Extract translation keys and check coverage
run: node scripts/i18n-extract.js
Expand All @@ -56,7 +56,7 @@ jobs:
cache: 'npm'

- name: Install dependencies
run: npm ci
run: npm ci --legacy-peer-deps

- name: Lint locale files
run: node scripts/i18n-lint.js
2 changes: 1 addition & 1 deletion .github/workflows/invariant-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- 'contracts/**'

env:
RUST_VERSION: '1.85'
RUST_VERSION: stable
# Number of proptest cases per property. Increase for deeper fuzzing.
PROPTEST_CASES: 200

Expand Down
Loading
Loading