mirror of
https://github.com/vacp2p/nim-intops.git
synced 2026-09-02 05:11:14 +00:00
16 lines
285 B
YAML
16 lines
285 B
YAML
name: Run Tests
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- develop
|
|
pull_request:
|
|
branches:
|
|
- develop
|
|
|
|
jobs:
|
|
tests:
|
|
uses: status-im/nimbus-common-workflow/.github/workflows/common.yml@main
|
|
with:
|
|
nim-versions: '["version-1-6", "version-2-0", "version-2-2", "devel"]'
|