Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
e00E committed Nov 9, 2024
1 parent 2c7305e commit 400d85f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- uses: actions/checkout@v4
- run: cargo fmt --check
- run: cargo fetch --quiet --locked
- run: cargo clippy --quiet -- --D=warnings
- run: cargo build --quiet --package xtask
- run: cargo --quiet xtask all

# TODO: diff the assembly
Expand All @@ -28,4 +30,6 @@ jobs:
rustup --quiet default 1.71
- uses: actions/checkout@v4
- run: cargo fetch --quiet --locked
- run: cargo clippy --quiet -- --D=warnings
- run: cargo build --quiet --package xtask
- run: cargo --quiet xtask all

0 comments on commit 400d85f

Please sign in to comment.