Skip to content

Commit 16a394c

Browse files
author
Julian Cerruti
committed
manual: address reviews
1 parent 6c9707c commit 16a394c

File tree

3 files changed

+4
-363
lines changed

3 files changed

+4
-363
lines changed

.github/workflows/rust-ci.yml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ jobs:
4444
restore-keys: |
4545
${{ runner.os }}-cargo-git-
4646
47-
- name: Cache cargo build
48-
uses: actions/cache@v4
49-
with:
50-
path: deep_quoridor/rust/target
51-
key: ${{ runner.os }}-cargo-build-${{ hashFiles('deep_quoridor/rust/Cargo.lock') }}
52-
restore-keys: |
53-
${{ runner.os }}-cargo-build-
54-
5547
- name: Check formatting
5648
working-directory: deep_quoridor/rust
5749
run: cargo fmt --all -- --check
@@ -63,15 +55,13 @@ jobs:
6355
- name: Build
6456
working-directory: deep_quoridor/rust
6557
run: cargo build --verbose
66-
67-
- name: Run tests
68-
working-directory: deep_quoridor/rust
69-
run: cargo test --verbose
70-
58+
7159
- name: Run tests with all features
7260
working-directory: deep_quoridor/rust
61+
env:
62+
RUST_BACKTRACE: 1
7363
run: cargo test --all-features --verbose
74-
64+
7565
- name: Build release
7666
working-directory: deep_quoridor/rust
7767
run: cargo build --release --verbose

scripts/RUST_CI_TESTING.md

Lines changed: 0 additions & 298 deletions
This file was deleted.

scripts/test_rust_ci.sh

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)