mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-02-11 20:36:40 +00:00
70754cd575
* Add conditional SAT dependency solving to a new daily job. closes: https://github.com/vacp2p/nim-libp2p/issues/1174
16 lines
297 B
YAML
16 lines
297 B
YAML
name: Daily SAT
|
|
|
|
on:
|
|
schedule:
|
|
- cron: "30 6 * * *"
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
test_amd64:
|
|
name: Daily SAT
|
|
uses: ./.github/workflows/daily_common.yml
|
|
with:
|
|
nim: "[{'branch': 'version-2-0', 'memory_management': 'refc'}]"
|
|
cpu: "['amd64']"
|
|
use_sat_solver: true
|