Skip to content

Commit

Permalink
Test s390x cargo build
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Sep 20, 2022
1 parent e57aa65 commit dc1160d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Test Docker cargo build
if: ${{ matrix.os.arch == 'amd64' && !startsWith(matrix.env.TARGET, 'armv5te') && !startsWith(matrix.env.TARGET, 's390x') }}
if: ${{ matrix.os.arch == 'amd64' && !startsWith(matrix.env.TARGET, 'armv5te') }}
run: |
docker run --rm \
-v "$(pwd)/tests":/home/rust/src \
Expand Down

0 comments on commit dc1160d

Please sign in to comment.