mirror of
https://github.com/talwat/lowfi
synced 2025-12-07 23:47:46 +00:00
ci: fix faulty workflow
This commit is contained in:
parent
8fcc2213c9
commit
6a155f3cd3
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
@ -14,12 +14,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Rust
|
||||
uses: actions/setup-rust@v1
|
||||
with:
|
||||
rust-version: stable
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Setup Rust
|
||||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
|
||||
- name: Run tests
|
||||
run: cargo test --all --verbose
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user