.github/tests: Run tests with the full git checkout

This commit is contained in:
Zhaofeng Li 2022-09-18 17:47:09 -06:00
parent 3bdd0b1cc7
commit 8b06bb108e

View file

@ -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: