From f46929fb36fe4c0bea257ae1f0c4cb7feb1a2daa Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Mon, 18 May 2020 10:40:14 -0700 Subject: [PATCH] update Signed-off-by: Jess Frazelle --- .github/workflows/make-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/make-test.yml b/.github/workflows/make-test.yml index 3b98afc..615550a 100644 --- a/.github/workflows/make-test.yml +++ b/.github/workflows/make-test.yml @@ -7,6 +7,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@master + with: + fetch-depth: '2' - name: make test run: make test shell: bash