diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 11dcf021..28f0b9ad 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -56,6 +56,7 @@ jobs: fetch-depth: 0 - name: Relative diff run: | + git branch -av git diff ${{ github.base_ref }}..${{ github.head_ref }} | tee git.diff - uses: dtolnay/rust-toolchain@master with: