Skip to content

Commit

Permalink
Test insecure-time in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulstrackx committed Nov 21, 2024
1 parent 53bf523 commit 9d104cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@ jobs:
- name: Build em-app, get-certificate for x86_64-fortanix-unknown-sgx
run: cargo build --verbose --locked -p em-app -p get-certificate --target=x86_64-fortanix-unknown-sgx

- name: insecure-time test
run: cargo +nightly test -p insecure-time --features estimate_crystal_clock_freq

- name: insecure-time build for SGX platform
run: cargo +nightly build -p insecure-time --features estimate_crystal_clock_freq --target x86_64-fortanix-unknown-sgx

- name: Generate API docs
run: ./doc/generate-api-docs.sh

Expand Down

0 comments on commit 9d104cb

Please sign in to comment.