edit gitea workflows

This commit is contained in:
fabolous005 2024-04-03 17:49:51 +02:00
parent 9c71f531f2
commit 3ee5842519
2 changed files with 3 additions and 7 deletions

View File

@ -1,7 +1,7 @@
on: [push] on: [push]
name: CI name: CI
jobs: jobs:
build: build_and_test:
name: Rust project name: Rust project
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

View File

@ -1,12 +1,8 @@
[[piece]] [[piece]]
[piece.turtle] [piece.turtle]
change = [ change = [[1, 2], [2, 1]]
[ 1, 2 ],
[ 2, 1 ]
]
# INFO: when one: number of must-moves # INFO: when one: number of must-moves
# if 0 infinite # if 0 infinite
# INFO: when two: [0] = min, [1] = max # INFO: when two: [0] = min, [1] = max
iterable = [1, 2] iterable = [1, 2]