Skip to content

Commit a7bfaf4

Browse files
fix: test and ci (#228)
Signed-off-by: Thomas Mauran <thomasmauran@yahoo.com>
1 parent 2c8d98e commit a7bfaf4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build_and_test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,4 @@ jobs:
4949
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
5050
continue-on-error: true
5151
- run: cargo check --verbose
52-
continue-on-error: true
5352
- run: cargo test --verbose
54-
continue-on-error: true

tests/skin_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fn test_default_skin() {
1515
fn test_load_skin() {
1616
let json = r#"{
1717
"name": "Test Skin",
18-
"display_mode": "Default"
18+
"display_mode": "Default",
1919
"board_white_color": "Red",
2020
"board_black_color": "Blue",
2121
"piece_white_color": "Green",

0 commit comments

Comments
 (0)