Skip to content

Commit

Permalink
Add: Taskfile.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kanarus committed Feb 7, 2024
1 parent 7e1e7e1 commit 49bb8b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: '3'

tasks:
hello:
cmds:
- echo "hello!"
1 change: 1 addition & 0 deletions ohkami/src/ohkami/router/_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ fn my_ohkami() -> Ohkami {
))
}

#[cfg(feature="testing")]
#[test] async fn test_router() {
let t = my_ohkami();

Expand Down

0 comments on commit 49bb8b2

Please sign in to comment.