Skip to content

Commit 6830a15

Browse files
committed
Merge branch 'master' of github.com:rust-embedded-community/serde-json-core into PR25
2 parents fc31388 + 51f32e1 commit 6830a15

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ jobs:
3838
target: ${{ matrix.TARGET }}
3939
override: true
4040
- uses: actions-rs/cargo@v1
41+
with:
42+
command: build
43+
args: --target=${{ matrix.TARGET }}
44+
- uses: actions-rs/cargo@v1
45+
if: ${{ contains(matrix.TARGET, 'x86_64') }}
4146
with:
4247
command: test
4348
args: --target=${{ matrix.TARGET }}

0 commit comments

Comments
 (0)