edit gitea workflows
This commit is contained in:
parent
9c71f531f2
commit
3ee5842519
@ -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:
|
||||||
|
|||||||
@ -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]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user