From 3ee5842519276cf520c3ace1c209c1a628942bcc Mon Sep 17 00:00:00 2001 From: fabolous005 Date: Wed, 3 Apr 2024 17:49:51 +0200 Subject: [PATCH] edit gitea workflows --- .gitea/workflows/build.yaml | 2 +- config.toml | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 0a89c97..a1bde4b 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -1,7 +1,7 @@ on: [push] name: CI jobs: - build: + build_and_test: name: Rust project runs-on: ubuntu-latest steps: diff --git a/config.toml b/config.toml index 71b388e..bcdb338 100644 --- a/config.toml +++ b/config.toml @@ -1,12 +1,8 @@ [[piece]] [piece.turtle] -change = [ - [ 1, 2 ], - [ 2, 1 ] -] +change = [[1, 2], [2, 1]] # INFO: when one: number of must-moves # if 0 infinite # INFO: when two: [0] = min, [1] = max -iterable = [ 1, 2 ] - +iterable = [1, 2]