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

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
memN0ps committed May 2, 2024
1 parent af3928f commit dae34e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ 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 dae34e7

Please sign in to comment.