update integration test scripts

Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
Meredith Lancaster 2024-12-11 07:42:05 -07:00
parent b6c2b4ff2a
commit 2ced59fba3
3 changed files with 68 additions and 3 deletions

View file

@ -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 }}"