Skip to content

Commit

Permalink
Build without Playtime
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Nov 1, 2023
1 parent f5d9f7b commit b1535e9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --features playtime,egui --target aarch64-apple-darwin
args: --features egui --target aarch64-apple-darwin
6 changes: 3 additions & 3 deletions .github/workflows/macos-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: check
args: --features playtime,egui
args: --features egui

test:
name: Test
Expand All @@ -63,11 +63,11 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --features playtime,egui
args: --features egui
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v2
- name: cargo test
uses: actions-rs/cargo@v1
with:
command: test
args: --features playtime,egui -- --nocapture
args: --features egui -- --nocapture
2 changes: 1 addition & 1 deletion .github/workflows/windows-i686.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
with:
command: build
# Prevent "LLVM ERROR: out of memory"
args: --features playtime,egui --profile dev-llvm-out-of-memory-fix --target i686-pc-windows-msvc
args: --features egui --profile dev-llvm-out-of-memory-fix --target i686-pc-windows-msvc
6 changes: 3 additions & 3 deletions .github/workflows/windows-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: check
args: --features playtime,egui
args: --features egui

test:
name: Test
Expand All @@ -59,9 +59,9 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --features playtime,egui
args: --features egui
- name: cargo test
uses: actions-rs/cargo@v1
with:
command: test
args: --features playtime,egui -- --nocapture
args: --features egui -- --nocapture

0 comments on commit b1535e9

Please sign in to comment.