Add missing strategy and target (#369)
This commit is contained in:
parent
1cbdbf0bfe
commit
b9ef37e89e
|
@ -51,6 +51,7 @@ jobs:
|
|||
with:
|
||||
profile: minimal
|
||||
toolchain: stable-gnu
|
||||
target: x86_64-pc-windows-gnu
|
||||
override: true
|
||||
# Setup Rust toolchain for other OSes
|
||||
- name: Setup Rust toolchain (Other OSes)
|
||||
|
@ -78,8 +79,9 @@ jobs:
|
|||
lints:
|
||||
name: Rust lints
|
||||
runs-on: ubuntu-latest
|
||||
matrix:
|
||||
feature: [libp2p, waku]
|
||||
strategy:
|
||||
matrix:
|
||||
feature: [libp2p, waku]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue