mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 08:47:18 +02:00
Refactor using async-std
This commit is contained in:
parent
6df2aba770
commit
979e886a29
7 changed files with 919 additions and 162 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
|||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
args: --all -- --nocapture
|
||||
args: --all -- --test-threads=1 --nocapture
|
||||
|
||||
fmt:
|
||||
name: Rustfmt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue