Skip to content

Commit

Permalink
update CI, test devel
Browse files Browse the repository at this point in the history
  • Loading branch information
metagn committed Oct 5, 2024
1 parent c9f69c5 commit b4742c2
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,25 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: jiro4989/setup-nim-action@v1
- uses: jiro4989/setup-nim-action@v2

- name: install nimbleutils
run: nimble install -y https://github.com/metagn/nimbleutils@#HEAD

- name: install dependencies
run: nimble install -y

- name: run tests
run: nimble tests

test-devel:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: jiro4989/setup-nim-action@v2
with:
nim-version: devel

- name: install nimbleutils
run: nimble install -y https://github.com/metagn/nimbleutils@#HEAD
Expand All @@ -30,7 +48,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: jiro4989/setup-nim-action@v1
- uses: jiro4989/setup-nim-action@v2

- name: install nimbleutils
run: nimble install -y https://github.com/metagn/nimbleutils@#HEAD
Expand Down

0 comments on commit b4742c2

Please sign in to comment.