Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tbdsux committed Aug 31, 2021
1 parent 422ab9c commit e32444c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,8 @@ jobs:
with:
nim-version: ${{ matrix.nim-version }}

- name: Install Packages
run: nimble install -y

- name: Run simple test
run: nimble test

- name: Run Example
run: nim -c -r -d:ssl --hints:off _example/main.nim
run: nim -c -r -d:ssl --hints:off ./_example/main.nim

0 comments on commit e32444c

Please sign in to comment.