Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
fix: update #1294 + #1296 (#1305)
Browse files Browse the repository at this point in the history
* fix: revert #1294 + #1296

* update trybuild

* ghost clippy

* cargo fmt

* bump to v0.20.5

* bump another dep

* bump rustc version

* add getrandom

* trybuild

---------

Co-authored-by: Rashad Alston <rashad@Rashads-Air.lan>
  • Loading branch information
ra0x3 and Rashad Alston authored Aug 28, 2023
1 parent cbd195e commit eeee8c6
Show file tree
Hide file tree
Showing 13 changed files with 132 additions and 187 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
REGISTRY: ghcr.io
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2
SQLX_OFFLINE: true
RUSTC_VERSION: 1.71.1
RUSTC_VERSION: 1.72.0
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
IS_MASTER: ${{ github.head_ref == 'master' || github.ref_name == 'master' }}
IS_DEVELOP: ${{ github.head_ref == 'develop' || github.ref_name == 'develop' }}
Expand Down Expand Up @@ -209,8 +209,7 @@ jobs:
run: cargo test --locked --all-targets --workspace --exclude fuel-indexer-tests
--exclude plugin-tests --exclude fuel-indexer-benchmarks
cargo-test-integration:
if: needs.set-env-vars.outputs.IS_RELEASE_OR_MASTER_OR_DEVELOP_OR_SEMVER !=
'true'
if: needs.set-env-vars.outputs.IS_RELEASE_OR_MASTER_OR_DEVELOP_OR_SEMVER != 'true'
needs:
- cargo-toml-fmt-check
- set-env-vars
Expand Down
Loading

0 comments on commit eeee8c6

Please sign in to comment.