mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 01:18:21 +00:00
next try
This commit is contained in:
parent
d9ada81214
commit
b2e6a20596
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -17,11 +17,10 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build
|
||||
uses: actions/checkout@v2
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
uses: actions/checkout@v2
|
||||
run: cargo test --workspace -- --test-threads=1
|
||||
- name: Run clippy
|
||||
uses: actions-rs/clippy-check@v1
|
||||
|
|
|
|||
Loading…
Reference in a new issue