Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Testing
Browse files Browse the repository at this point in the history
ww898 committed Dec 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent dad3044 commit 9a2ccee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -89,7 +89,7 @@ jobs:
strategy:
fail-fast: false
matrix:
arch: [ s390x ]
arch: [ s390x, ppc64le ]

runs-on: ubuntu-latest

@@ -108,6 +108,7 @@ jobs:
dnf install -y crypto-policies-scripts dotnet-sdk-${{ env.sdk }} && \
update-crypto-policies --set DEFAULT:SHA1 && \
cd /work/net && \
ulimit -v && \
dotnet restore -p:JB_TargetFramework=${{ env.tfm }} && \
dotnet test -f ${{ env.tfm }} -p:JB_TargetFramework=${{ env.tfm }} --configuration Release --no-restore --verbosity normal --logger 'trx;LogFilePrefix=test-results' && \
true"

0 comments on commit 9a2ccee

Please sign in to comment.