Add missing strategy and target (#369)

This commit is contained in:
gusto 2023-09-04 13:28:07 +03:00 committed by GitHub
parent 1cbdbf0bfe
commit b9ef37e89e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -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: