Skip to content

Commit

Permalink
ci: enable all targets
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Sep 18, 2024
1 parent 6d3cf2e commit 5425efa
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
strategy:
matrix:
config:
#- os: ubuntu-latest
# lib: x86_64-linux
# target: x86_64-unknown-linux-musl
- os: ubuntu-latest
lib: x86_64-linux
target: x86_64-unknown-linux-musl

#- os: windows-latest
# lib: x86_64-windows
# target: x86_64-pc-windows-msvc
- os: windows-latest
lib: x86_64-windows
target: x86_64-pc-windows-msvc

- os: macos-13
lib: x86_64-darwin
Expand All @@ -48,7 +48,7 @@ jobs:
go-version-file: 'go.mod'
- uses: cargo-bins/[email protected]
- run: rustup show
#- run: cargo test --workspace --all-targets
- run: cargo test --workspace --all-targets
- run: cargo binstall -y [email protected]
- run: go generate ./...
- run: go test ./...
Expand All @@ -64,8 +64,8 @@ jobs:
check:
- audit
- fmt
#- nextest
#- clippy
- nextest
- clippy

name: cargo ${{ matrix.check }}
runs-on: ubuntu-latest
Expand All @@ -84,7 +84,8 @@ jobs:
strategy:
matrix:
include:
#- crate: passthrough
- crate: passthrough
workspace-dependencies: false

- crate: sys
workspace-dependencies: true
Expand Down

0 comments on commit 5425efa

Please sign in to comment.