.github/tests: Run tests with the full git checkout
This commit is contained in:
parent
3bdd0b1cc7
commit
8b06bb108e
1 changed files with 2 additions and 0 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -21,6 +21,8 @@ jobs:
|
|||
runs-on: ${{ matrix.os.image }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: cachix/install-nix-action@v17
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue