Skip to content

Commit 3feb632

Browse files
authored
chore: merge-checkout test fixed and removed from exclusions on master
1 parent 121ce56 commit 3feb632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: CI Merge Checkout
8383
run: |
8484
git fetch --depth=1 origin ${{ github.sha }}
85-
git checkout FETCH_HEAD flake.nix flake.lock script/prepare-*
85+
git checkout FETCH_HEAD flake.nix flake.lock script/prepare-* tests/lean/run/importStructure.lean
8686
if: github.event_name == 'pull_request'
8787
# (needs to be after "Checkout" so files don't get overridden)
8888
- name: Setup emsdk

0 commit comments

Comments
 (0)