-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enable
cargo test
for environments without an sgx sdk, and extract …
…the `cargo test` from the docker build command. (#1480) * [docker] Don't run cargo test as part of the build process, but add it as a separate command instead * [GHA] add --release to test command * [GHA] remove cargo test command, as it will not work anyhow. * remove unnecessary change * [GHA] fix workflow syntax * [GHA] fix docker flag * [service] remove static linking to `Enclave_u` for cargo tests * don't link against anything if we run tests * fix build.rs for test and builds * [GHA] fix cargo test flag * fix toml fmt * [GHA] run cargo test on integritee builder * [GHA] remove cargo test from the matrix * [GHA] fix syntax * [GHA] run cargo test not in container but on host directly * [buil_and_test] run without rustup * [buil_and_test] run cargo test on the github actions runner again * working `cargo test` implementation * [build_and_test] fix feature flag * [enclave-api] rename `real-ffi` to `implement-ffi` * [enclave-api] remove obsolete compiler error * toml fmt * fix clippy warnings in itp-enclave-api * [service] extract main file to a separate file * remove more clippy warnings from enclave-api * fix clippy warnings in setup file * allow unused functions due to link-binary flag * fix clippy * fix teeracle clippy * [integritee-service] fix feature gating * remove redundant feature flags * [GHA] execute cargo test with --release flag * [GHA] fix cargo test
- Loading branch information
Showing
28 changed files
with
2,375 additions
and
2,250 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.