Skip to content

Commit

Permalink
CI: little bit speed up tests (one check instead of test second time)…
Browse files Browse the repository at this point in the history
…, disable Update workflow
  • Loading branch information
boozook committed Sep 10, 2023
1 parent 308a0d2 commit 372be8d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ jobs:
- name: SDK ${{ steps.sdk.outputs.version }} installed
run: which pdc && pdc --version

- name: Check
run: cargo check --tests -p=cargo-playdate --all-features

- name: Test Utils
run: |
cargo test -p=playdate-build-utils --all-features
Expand All @@ -142,11 +145,6 @@ jobs:
cargo test -p=cargo-playdate -- --nocapture --test-threads=1
rm -rf ./target/tmp
- name: Test (+usb)
run: |
cargo test -p=cargo-playdate --features=usb -- --nocapture --test-threads=1
rm -rf ./target/tmp
- name: Install
run: cargo install --path=./cargo --debug

Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Update
on:
schedule:
- cron: "0 0 * * 1"
push:
branches: [main, master]
workflow_call:
# schedule:
# - cron: "0 0 * * 1"
# push:
# branches: [main, master]

env:
CARGO_INCREMENTAL: 1
Expand Down

0 comments on commit 372be8d

Please sign in to comment.