Skip to content

Commit

Permalink
ci: add RUSTFLAGS='-Z unstable-options' for check-cfg (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedbrown authored Aug 2, 2024
1 parent e41d64c commit 3d7766b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/enzyme-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ jobs:
- name: test Enzyme/rustbook
working-directory: rustbook
run: |
cargo +enzyme test
ENZYME_LOOSE_TYPES=1 cargo +enzyme test -p samples-loose-types
RUSTFLAGS='-Z unstable-options' cargo +enzyme test
ENZYME_LOOSE_TYPES=1 RUSTFLAGS='-Z unstable-options' cargo +enzyme test -p samples-loose-types

0 comments on commit 3d7766b

Please sign in to comment.