Skip to content

Commit

Permalink
Merge pull request #30 from gear-foundation/tm/fix-ci
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
MedovTimur authored Oct 23, 2024
2 parents a74c7e7 + 9660e19 commit 673218f
Show file tree
Hide file tree
Showing 8 changed files with 492 additions and 384 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: Install Rustfmt
run: rustup component add rustfmt

- name: Install rust-src component
run: rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu

- name: Check formatting
run: cargo fmt --all --manifest-path vft-service/Cargo.toml -- --check

Expand Down Expand Up @@ -55,6 +58,9 @@ jobs:
- name: Install Rustfmt
run: rustup component add rustfmt

- name: Install rust-src component
run: rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu

- name: Check formatting
run: cargo fmt --all --manifest-path vnft-service/Cargo.toml -- --check

Expand All @@ -81,6 +87,9 @@ jobs:
- name: Install Rustfmt
run: rustup component add rustfmt

- name: Install rust-src component
run: rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu

- name: Check formatting
run: cargo fmt --all --manifest-path vmt-service/Cargo.toml -- --check

Expand Down Expand Up @@ -109,6 +118,9 @@ jobs:
- name: Install Rustfmt
run: rustup component add rustfmt

- name: Install rust-src component
run: rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu

- name: Check formatting
run: cargo fmt --all --manifest-path extended-vft/Cargo.toml -- --check

Expand Down Expand Up @@ -145,6 +157,9 @@ jobs:
- name: Install Rustfmt
run: rustup component add rustfmt

- name: Install rust-src component
run: rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu

- name: Check formatting
run: cargo fmt --all --manifest-path extended-vnft/Cargo.toml -- --check

Expand Down Expand Up @@ -181,6 +196,9 @@ jobs:

- name: Install Rustfmt
run: rustup component add rustfmt

- name: Install rust-src component
run: rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu

- name: Check formatting
run: cargo fmt --all --manifest-path extended-vmt/Cargo.toml -- --check
Expand Down
Loading

0 comments on commit 673218f

Please sign in to comment.