Skip to content

Commit

Permalink
chore: Updates tests and adds dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
andyquinterom committed Jan 10, 2024
1 parent 0fd1850 commit 4618157
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 62 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
- package-ecosystem: cargo
directory: /
schedule:
interval: daily
21 changes: 0 additions & 21 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,25 +51,6 @@ jobs:
target
/home/runner/.cargo
key: ${{ steps.target-cache-restore.outputs.cache-primary-key }}
proptest:
runs-on: ubuntu-latest
name: ubuntu / stable
needs: required
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Install stable
uses: dtolnay/rust-toolchain@stable
- name: Restore cached target/
uses: actions/cache/restore@v3
with:
path: |
target
/home/runner/.cargo
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 Down Expand Up @@ -137,8 +118,6 @@ jobs:
run: cargo llvm-cov clean --workspace
- name: cargo llvm-cov
run: cargo llvm-cov --locked --all-features --no-report --release
- name: cargo llvm-cov proptest
run: cargo llvm-cov --locked --all-features --no-report --release --test proptest -- --ignored
- name: Save cached target/
id: target-cache-save
uses: actions/cache/save@v3
Expand Down
82 changes: 41 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4618157

Please sign in to comment.