Skip to content

Commit

Permalink
Fix Rust workflow duplicate test command in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus Oleander committed Dec 10, 2023
1 parent b9d9f1f commit e0c98f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
with:
toolchain: nightly
override: true
- uses: actions-rs/cargo@v1
with:
command: test
- uses: actions-rs/cargo@v1
with:
command: build
Expand All @@ -34,4 +31,7 @@ jobs:
with:
command: install
args: --path . --bin git-ai --no-default-features
- uses: actions-rs/cargo@v1
with:
command: test
- run: git ai install

0 comments on commit e0c98f4

Please sign in to comment.