diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2023-04-15 16:08:33 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-15 16:08:33 +0000 |
| commit | ef8046b060a375fd5e6b23d62c3a9a303bbd6e11 (patch) | |
| tree | 05e07ff7c734870af0e8996afe27913248980d64 /.github/workflows | |
| parent | f741475a3f552585f789b3b2b9c622b090e72057 (diff) | |
| parent | aeeb623a70b2bf4ae78f1629a5171406ba51ec4d (diff) | |
Merge #734
734: QoL + fixes for `xtasks` r=korken89 a=datdenkikniet
Preferably merge this before #732
Draft till I get around to fixing "no package" -> "all packages" on `xtask build` (and probably others)
Co-authored-by: datdenkikniet <jcdra1@gmail.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aadb0a9..f2bec7d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,8 +31,8 @@ jobs: - name: Cache Dependencies uses: Swatinem/rust-cache@v2 - - name: cargo xtask format-check - run: cargo xtask --verbose format-check + - name: cargo xtask fmt + run: cargo xtask --verbose fmt -c # Compilation check check: @@ -251,7 +251,7 @@ jobs: tool: lychee - name: Remove cargo-config - run: rm -f .cargo/config + run: rm -f .cargo/config.toml - name: Build docs # TODO: Any difference between backends? |
