Skip to content

Commit

Permalink
update github actions build -> test + add stable and devel
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroppeter authored Feb 13, 2023
1 parent ad0b891 commit f15e35e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/build.yml

This file was deleted.

20 changes: 20 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Run tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
nim:
- '1.6.x'
- 'stable'
- 'devel'
fail-fast: false
name: Nim ${{ matrix.nim }}
steps:
- uses: actions/checkout@v3
- uses: jiro4989/[email protected]
with:
nim-version: ${{ matrix.nim }}
- run: nimble -y install
- run: nimble test -y

0 comments on commit f15e35e

Please sign in to comment.