Skip to content

Commit

Permalink
Feat: uci and chess engine connexion (thomas-mauran#49)
Browse files Browse the repository at this point in the history
Signed-off-by: Mauran <thomas.mauran@etu.umontpellier.fr>
  • Loading branch information
thomas-mauran authored Feb 27, 2024
1 parent f2b12c5 commit ac6c092
Show file tree
Hide file tree
Showing 20 changed files with 985 additions and 85 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ jobs:
strategy:
matrix:
toolchain:
- stable
- beta
- nightly
- stable
- beta
- nightly
steps:
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose
- run: cargo test --verbose

- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
continue-on-error: true
- run: cargo build --verbose
continue-on-error: true
- run: cargo test --verbose
continue-on-error: true
Loading

0 comments on commit ac6c092

Please sign in to comment.