Skip to content

Commit 663fa35

Browse files
committed
test 3
1 parent 9ecf2f9 commit 663fa35

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
test:
1515
name: Test Suite
1616
runs-on: ubuntu-22.04
17-
timeout-minutes: 30
17+
#timeout-minutes: 30
1818
steps:
1919
- name: Checkout sources
2020
uses: actions/checkout@v4
@@ -39,7 +39,7 @@ jobs:
3939
clippy_check:
4040
name: Clippy
4141
runs-on: ubuntu-latest
42-
timeout-minutes: 30
42+
#timeout-minutes: 30
4343
steps:
4444
- name: Checkout sources
4545
uses: actions/checkout@v4
@@ -66,7 +66,7 @@ jobs:
6666
format:
6767
name: Format
6868
runs-on: ubuntu-latest
69-
timeout-minutes: 30
69+
#timeout-minutes: 30
7070
steps:
7171
- name: Checkout sources
7272
uses: actions/checkout@v4

Cargo.lock

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ edition = "2024"
77

88
[dependencies]
99
anyhow = "1.0.100"
10-
#bevy = { version = "0.15.0", features = ["jpeg"] }
1110
bevy = { version = "0.18.0", default-features = false, features = [
1211
"std",
1312
"async_executor",
@@ -69,9 +68,6 @@ serde = "*"
6968
standard-dist = "*"
7069
nom = "*"
7170

72-
#[target.'cfg(all(target_family = "wasm", any(target_os = "unknown", target_os = "none")))'.dependencies]
73-
#getrandom01 = { package = "getrandom", version = "^0.2", features = ["js"] }
74-
#getrandom02 = { package = "getrandom", version = "^0.3", features = ["wasm_js"] }
7571

7672
polyanya = "0.16.1"
7773
itertools = "0.14.0"
@@ -120,3 +116,7 @@ bevy_ingame_clock = { git = "https://github.com/GuillaumeDelorme/bevy_ingame_clo
120116

121117
[profile.dev]
122118
opt-level=3
119+
120+
#[target.'cfg(all(target_family = "wasm", any(target_os = "unknown", target_os = "none")))'.dependencies]
121+
#getrandom01 = { package = "getrandom", version = "^0.2", features = ["js"] }
122+
#getrandom02 = { package = "getrandom", version = "^0.3", features = ["wasm_js"] }

0 commit comments

Comments
 (0)