diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0cfdba73..9f7c0e69 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: container: ocaml/opam:ubuntu-ocaml-4.09 steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@partial_eval - name: Do the test! run: |