Skip to content

Commit

Permalink
ci: add nightlies test #504
Browse files Browse the repository at this point in the history
  • Loading branch information
jiro4989 committed Aug 12, 2024
1 parent b5d6aa8 commit aac97a3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,30 @@ jobs:
- name: Run command
run: nimjson -h

test-devel:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- macOS-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
nim-version: devel
use-nightlies: true
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Print Nim version
run: nim -v
- name: Print Nimble version
run: nimble -v
- name: Run build test
run: nimble install -Y nimjson
- name: Run command
run: nimjson -h

test-multi-versions:
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit aac97a3

Please # to comment.