Skip to content

Commit ab3c1c0

Browse files
committed
GitHub CI/CD: Run the checks on the "arm64" (aarch64) architecture too.
1 parent 843f731 commit ab3c1c0

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/cargo-workflow.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,7 @@ jobs:
9494
- run: |
9595
cp -vr examples/data ~/my-fapi-config
9696
make docker.swtpm DETACH=1
97-
make examples
98-
env:
99-
RUST_LOG: info
100-
TSS2_LOG: all+none
101-
TSS2_FAPICONF: ~/my-fapi-config/fapi-config.json
97+
make examples RUST_LOG=info TSS2_LOG=all+none TSS2_FAPICONF=~/my-fapi-config/fapi-config.json
10298
10399
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
104100
# Integration tests
@@ -128,9 +124,7 @@ jobs:
128124
pkgconf --cflags --libs tss2-fapi
129125
- run: |
130126
make docker.swtpm DETACH=1
131-
make tests
132-
env:
133-
FAPI_RS_TEST_PROF: ${{ matrix.profile }}
127+
make tests FAPI_RS_TEST_PROF=${{ matrix.profile }}
134128
135129
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
136130
# Docker-based tests

0 commit comments

Comments
 (0)