Skip to content

Commit

Permalink
Update and rename blank.yml to ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lost22git authored Apr 13, 2024
1 parent d1ad2bf commit d3f33a0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/blank.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
- uses: actions/checkout@v3

- name: Installing choosenim
run: curl https://nim-lang.org/choosenim/init.sh -sSf | sh

run: |
curl https://nim-lang.org/choosenim/init.sh -sSf > init.sh
sh init.sh -y
- name: Testing
run: nimble test

0 comments on commit d3f33a0

Please sign in to comment.