Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/buildomat/jobs/build-and-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,4 @@ set -o xtrace
cargo --version
rustc --version

# dependency used by `build.rs` to build measurement log & corpus
cargo install --locked \
--git https://github.com/oxidecomputer/dice-util \
--rev 4b408edc1d00f108ddf635415d783e6f12fe9641 \
attest-mock

cargo test
6 changes: 0 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ jobs:
run: cargo --version
- name: Report rustc version
run: rustc --version
- name: Install attest-mock
run: |
cargo install --locked \
--git https://github.com/oxidecomputer/dice-util \
--rev 4b408edc1d00f108ddf635415d783e6f12fe9641 \
attest-mock
- name: Build
run: cargo build --all-targets --verbose
- name: Run tests
Expand Down
Loading
Loading