Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LeoniePhiline/quote-of-the-week
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5e4f77977d50b3fa8a6702bfd5a94e85c1605a43
Choose a base ref
..
head repository: LeoniePhiline/quote-of-the-week
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: efdda5b5bde35d601c97fa948185e3af52ffe558
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 .github/workflows/ci.yml
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -32,11 +32,11 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Install nextest
uses: taiki-e/install-action@3e9c6e343dada95d5274bc0f134b25ec8a72f3bc # v2
uses: taiki-e/install-action@3b94b1e00e8acfb8196cca1cca942bcb4dde0328 # v2
with:
tool: nextest
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@3e9c6e343dada95d5274bc0f134b25ec8a72f3bc # v2
uses: taiki-e/install-action@3b94b1e00e8acfb8196cca1cca942bcb4dde0328 # v2
with:
tool: cargo-llvm-cov
- name: Run tests with coverage