Skip to content

Commit

Permalink
Merge branch 'libp2p-next' into refactor/remove-redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusc93 committed Jul 4, 2024
2 parents 5734972 + 6102dae commit e0f90f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ env:

jobs:
check-native:
name: Check (native)
runs-on: ubuntu-latest
steps:
- name: Check (native)
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- run: cargo check

check-wasm:
name: Check (wasm)
runs-on: ubuntu-latest
steps:
- name: Check (native)
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
Expand Down

0 comments on commit e0f90f9

Please sign in to comment.