Skip to content

Commit

Permalink
Fixed test line, disabled test.
Browse files Browse the repository at this point in the history
  • Loading branch information
facundo-villa committed Jun 20, 2023
1 parent 94e0f5c commit dd2cc47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose --test-threads 1 --skip test_window_loop
run: cargo test --verbose -- --test-threads 1
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
**/target
**/resources
**/assets
**/assets
*.db
1 change: 1 addition & 0 deletions src/window_system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,7 @@ mod tests {
assert_ne!(os_handles.xcb_window, 0);
}

#[ignore]
#[test]
fn test_window_loop() {
let mut window_system = WindowSystem::new();
Expand Down

0 comments on commit dd2cc47

Please sign in to comment.