update integration test scripts
Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
parent
b6c2b4ff2a
commit
2ced59fba3
3 changed files with 68 additions and 3 deletions
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
|
@ -51,6 +51,6 @@ jobs:
|
|||
- name: Build executable
|
||||
run: make
|
||||
|
||||
- name: Run attestation command integration tests - linux syntax
|
||||
- name: Run attestation command set integration tests
|
||||
run: |
|
||||
./test/integration/attestation-cmd/run-all-tests.sh
|
||||
./test/integration/attestation-cmd/run-all-tests.sh "${{ matrix.os }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue