mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-18 20:11:15 -03:00
ci: remove redundant build step
`cargo xtask check` already takes care of building, so there is no point in having a separate build step, especially because the build options used by `cargo xtask check` will trigger a rebuild of most of our code to handle extraction for localization. Part of #12818
This commit is contained in:
committed by
Johannes Altmanninger
parent
c8d7476576
commit
e99e60ec4d
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -166,9 +166,6 @@ jobs:
|
||||
shell: cmd
|
||||
run: |
|
||||
"%MSYS2_LOCATION%\usr\bin\dash" /usr/bin/rebaseall -p -v
|
||||
- name: cargo build
|
||||
run: |
|
||||
cargo build
|
||||
- name: tests
|
||||
env:
|
||||
FISH_CHECK_LINT: false
|
||||
|
||||
Reference in New Issue
Block a user