Skip to content

Commit

Permalink
use nimble test
Browse files Browse the repository at this point in the history
  • Loading branch information
bung87 committed Aug 6, 2023
1 parent 1e977be commit 6705292
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ 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: slim -y --silent test
run: nimble -y --silent test

0 comments on commit 6705292

Please sign in to comment.