Skip to content

Commit 3d7766b

Browse files
authored
ci: add RUSTFLAGS='-Z unstable-options' for check-cfg (#152)
1 parent e41d64c commit 3d7766b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/enzyme-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ jobs:
8686
- name: test Enzyme/rustbook
8787
working-directory: rustbook
8888
run: |
89-
cargo +enzyme test
90-
ENZYME_LOOSE_TYPES=1 cargo +enzyme test -p samples-loose-types
89+
RUSTFLAGS='-Z unstable-options' cargo +enzyme test
90+
ENZYME_LOOSE_TYPES=1 RUSTFLAGS='-Z unstable-options' cargo +enzyme test -p samples-loose-types

0 commit comments

Comments
 (0)