File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments