mirror of
https://github.com/vacp2p/nim-libp2p.git
synced 2025-03-03 09:31:08 +00:00
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
|