mirror of
https://github.com/vacp2p/nim-libp2p.git
synced 2025-03-03 01:20:47 +00:00
15 lines
324 B
YAML
15 lines
324 B
YAML
name: Daily amd64
|
|
|
|
on:
|
|
schedule:
|
|
- cron: "30 6 * * *"
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
test_amd64:
|
|
name: Daily amd64
|
|
uses: ./.github/workflows/daily_common.yml
|
|
with:
|
|
nim: "[{'ref': 'version-1-6', 'memory_management': 'refc'}, {'ref': 'version-2-0', 'memory_management': 'refc'}]"
|
|
cpu: "['amd64']"
|