Skip to content

Commit

Permalink
use slim
Browse files Browse the repository at this point in the history
  • Loading branch information
bung87 committed May 17, 2023
1 parent 76967d3 commit 2e5a457
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:

- name: Install Packages
run: nimble install -y
- name: Install slim
run: nimble install slim
- name: server -d:chronosStrictException check
run: nim c -d:chronosStrictException src/scorper/http/streamserver.nim
- name: Test
run: nimble --silent test
run: slim --silent test
3 changes: 2 additions & 1 deletion scorper.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ task strict, "stric async exception check":
exec "nimble test -d:chronosStrictException"


taskRequires "test", "asynctest"
before test:
requires "asynctest >= 0.2.0 & < 0.3.0"

task profile,"profiling":
let c = readFile("benchmark/simple_resp.nim")
Expand Down

0 comments on commit 2e5a457

Please sign in to comment.