Skip to content

Commit

Permalink
Fixing CI and disabling some checks (#932)
Browse files Browse the repository at this point in the history
  • Loading branch information
briancorbin authored Nov 13, 2023
1 parent 045f4d4 commit e2b261a
Show file tree
Hide file tree
Showing 4 changed files with 418 additions and 404 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ jobs:
with:
cache_buster: ${{ secrets.CACHE_BUSTER }}

- name: Install Rust Toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-06-01
override: true
components: rustfmt, clippy

- name: Consensus SigStruct
run: |
SIGSTRUCT_URI=$(curl -fsSL "${CSS_BASE_URL}/production.json" | jq -r .consensus.sigstruct)
Expand Down Expand Up @@ -71,6 +78,13 @@ jobs:
with:
submodules: recursive

- name: Install Rust Toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-06-01
override: true
components: rustfmt, clippy

- name: Cache cargo packages
uses: ./.github/actions/mobilecoin-cache-cargo-package
with:
Expand Down
Loading

0 comments on commit e2b261a

Please sign in to comment.