Skip to content

Commit

Permalink
ci: verify lib
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 f8906fc commit 73e41a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ jobs:
with:
name: west-${{ matrix.config.target }}
path: lib/${{ matrix.config.lib }}/libwest.a
- run: ls "lib/${{ matrix.config.lib }}"
- run: file "lib/${{ matrix.config.lib }}/libwest.a"
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
Expand All @@ -101,6 +103,7 @@ jobs:
- run: go generate ./tests/go/...
- run: go test ./...
env:
GOGC: 1
WEST_LOG: trace
continue-on-error: ${{ matrix.config.os == 'ubuntu-latest' || matrix.config.os == 'windows-latest' }} # TODO: remove
- run: git diff --exit-code
Expand Down Expand Up @@ -128,6 +131,7 @@ jobs:
- run: go generate -tags=dev ./...
- run: go test -tags=dev ./...
env:
GOGC: 1
WEST_LOG: trace
continue-on-error: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'windows-latest' }} # TODO: remove
- run: git diff --exit-code
Expand Down

0 comments on commit 73e41a5

Please sign in to comment.