Skip to content

Commit b445b6c

Browse files
jedbrownZuseZ4
andauthored
ci: update rustbook tests to use ENYZME_LOOSE_TYPES (#117)
* ci: update rustbook tests to use ENYZME_LOOSE_TYPES * Update .github/workflows/enzyme-ci.yml Co-authored-by: Jed Brown <[email protected]> --------- Co-authored-by: Manuel Drehwald <[email protected]>
1 parent 15bfd28 commit b445b6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/enzyme-ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,5 @@ jobs:
6262
- name: test Enzyme/rustbook
6363
working-directory: rustbook
6464
run: |
65-
cargo +enzyme test --workspace
65+
cargo +enzyme test
66+
ENZYME_LOOSE_TYPES=1 cargo +enzyme test -p samples-loose-types

0 commit comments

Comments
 (0)