Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AtriChatterjee1 authored Jun 19, 2024
1 parent 63c8d9b commit 3fd79cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- uses: actions/checkout@v4
- name: Adding dependency
run : rustup component add llvm-tools-preview
- name: Adding Target
run: rustup target add target
- name: Adding bootimage
run: cargo install bootimage
- name: Build
run: cargo build --verbose
run: cargo build
- name: Run tests
run: cargo test --verbose
run: cargo test

0 comments on commit 3fd79cc

Please sign in to comment.