Skip to content

Commit 3aa92a5

Browse files
committed
Big update
1 parent a81104e commit 3aa92a5

26 files changed

+660
-919
lines changed

.github/workflows/badge.yml

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

.github/workflows/check-platforms.yml

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

.github/workflows/check-targets.yml

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

.github/workflows/check-toolchains.yml

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

.github/workflows/fast-pr-check.yml

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

.github/workflows/lints.yml

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

.github/workflows/release-please.yml

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

.github/workflows/security.yml

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

.github/workflows/test-main.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: badge
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
7+
env:
8+
CARGO_TERM_COLOR: always
9+
10+
jobs:
11+
test:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v4
15+
- name: Run cargo test
16+
run: cargo test --all --all-features

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"rust-analyzer.cargo.features": [
55
"scheduler",
66
"flow",
7-
"std"
7+
"std",
8+
"threaded-scheduler",
9+
"rayon-scheduler",
810
],
911
"cSpell.words": [
1012
"despawn",

0 commit comments

Comments
 (0)