Skip to content

Commit

Permalink
run clippy for all build types on GA
Browse files Browse the repository at this point in the history
  • Loading branch information
Qix- committed Nov 22, 2023
1 parent 79fa016 commit 8e6cfb3
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/build-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,16 @@ jobs:
with:
path: target/
key: x64-kernel-build-target
- name: Lint
run: make lint
- name: Build <D>
run: make all DEBUG=1
run: make all clippy DEBUG=1
- name: Build <R>
run: make all
run: make all clippy
- name: Build <D-T>
run: make all TEST=1 DEBUG=1
run: make all clippy TEST=1 DEBUG=1
- name: Build <R-T>
run: make all x64-limine.pxe TEST=1
- name: Lint
run: make lint
- name: Clippy
run: make clippy DEBUG=1
run: make all clippy x64-limine.pxe TEST=1
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 8e6cfb3

Please sign in to comment.