Skip to content

Commit

Permalink
.github/workflows/ci.yml: refine x86_64-fortanix-unknown-sgx test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dot-asm committed Oct 17, 2023
1 parent 31c597f commit 9088335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
echo '--- build x86_64-fortanix-unknown-sgx'
echo
rustup target add x86_64-fortanix-unknown-sgx
cargo build --release --target=x86_64-fortanix-unknown-sgx
cargo test --release --target=x86_64-fortanix-unknown-sgx --no-run
cargo clean -p blst --release --target=x86_64-fortanix-unknown-sgx
echo '--- dry-run publish'
echo
Expand Down

0 comments on commit 9088335

Please sign in to comment.