mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 06:17:49 +00:00
Update CI script for second post
This commit is contained in:
12
.github/workflows/code.yml
vendored
12
.github/workflows/code.yml
vendored
@@ -15,8 +15,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: rustup target add x86_64-unknown-none
|
||||
- run: cargo check --target x86_64-unknown-none
|
||||
- run: cargo check
|
||||
|
||||
test:
|
||||
name: Test
|
||||
@@ -30,9 +29,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- run: rustup target add x86_64-unknown-none
|
||||
- run: cargo build --target x86_64-unknown-none
|
||||
- run: cargo build
|
||||
|
||||
fmt:
|
||||
name: Check Formatting
|
||||
@@ -46,7 +43,4 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- run: rustup target add x86_64-unknown-none
|
||||
- run: rustup component add clippy
|
||||
- run: cargo clippy --target x86_64-unknown-none
|
||||
- run: cargo clippy
|
||||
|
||||
Reference in New Issue
Block a user