Skip to content

Commit 52461e1

Browse files
committed
fix command name
1 parent a662f52 commit 52461e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bevy_mod_scripting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: Swatinem/rust-cache@v2.7.3
4949
- uses: actions-rs/cargo@v1
5050
with:
51-
command: xtest ci-check
51+
command: xtask ci-check
5252
components: clippy, rustfmt, grcov, mdbook
5353
target: ${{ matrix.run_args.cross }}
5454
args: --workspace --features=lua54,rhai,rune --profile=ephemeral-build

0 commit comments

Comments
 (0)