Skip to content

Commit

Permalink
Whitespacing
Browse files Browse the repository at this point in the history
  • Loading branch information
liamwh committed Sep 22, 2023
1 parent b2231bc commit 083c5b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
schedule:
- cron: "7 7 * * *"
name: Rolling

jobs:
nightly:
runs-on: ubuntu-latest
Expand All @@ -22,6 +23,7 @@ jobs:
run: cargo generate-lockfile
- name: cargo test --locked
run: cargo test --locked --all-features --all-targets

update:
runs-on: ubuntu-latest
name: ubuntu / beta / updated
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
target
/home/runner/.cargo
key: ${{ steps.target-cache-restore.outputs.cache-primary-key }}

proptest:
runs-on: ubuntu-latest
name: ubuntu / stable
Expand All @@ -60,6 +61,7 @@ jobs:
key: stable-target
- name: cargo test --test proptest --locked -- --ignored
run: cargo test --locked --test proptest -- --ignored

# minimal:
# runs-on: ubuntu-latest
# name: ubuntu / stable / minimal-versions
Expand All @@ -77,6 +79,7 @@ jobs:
# run: cargo +nightly update -Zminimal-versions
# - name: cargo test
# run: cargo test --locked --all-features --all-targets
#
os-check:
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} / stable
Expand All @@ -99,6 +102,7 @@ jobs:
run: cargo generate-lockfile
- name: cargo test
run: cargo test --locked --all-features --all-targets

coverage:
runs-on: ubuntu-latest
name: ubuntu / stable / coverage
Expand Down

0 comments on commit 083c5b9

Please sign in to comment.