Skip to content

Commit

Permalink
Merge pull request #235 from InjectiveLabs/f/injective-testing
Browse files Browse the repository at this point in the history
F/injective testing
  • Loading branch information
maxrobot authored Aug 8, 2024
2 parents 7e4c4e7 + b4bb138 commit fb42f90
Show file tree
Hide file tree
Showing 27 changed files with 606 additions and 1,228 deletions.
File renamed without changes.
10 changes: 5 additions & 5 deletions .github/workflows/Basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.73.0
toolchain: 1.78.0
target: wasm32-unknown-unknown
override: true

Expand All @@ -41,7 +41,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: unit-test
toolchain: 1.73.0
toolchain: 1.78.0
args: --locked
env:
RUST_BACKTRACE: 1
Expand All @@ -65,20 +65,20 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.73.0
toolchain: 1.78.0
override: true
components: rustfmt, clippy

- name: Run cargo fmt
uses: actions-rs/cargo@v1
with:
command: fmt
toolchain: 1.73.0
toolchain: 1.78.0
args: --all -- --check

- name: Run cargo clippy
uses: actions-rs/cargo@v1
with:
command: clippy
toolchain: 1.73.0
toolchain: 1.78.0
args: -- -D warnings
Loading

0 comments on commit fb42f90

Please sign in to comment.