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