Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
Revert "Update rust.yml"
Browse files Browse the repository at this point in the history
This reverts commit dae34e7.
  • Loading branch information
memN0ps committed May 2, 2024
1 parent dae34e7 commit 8dcaf5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install
run: cargo install cargo-make
- name: Build
run: cargo make build-debug
- name: Test
run: cargo test --lib .\hypervisor\ --verbose
run: cargo test --lib .\hypervisor\ --verbose

0 comments on commit 8dcaf5e

Please sign in to comment.