We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e1e47 commit 726c421Copy full SHA for 726c421
1 file changed
.github/workflows/enzyme-rust.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Run Rust autodiff tests
73
working-directory: rust
74
run: |
75
- source ~/.cargo/env
+ . ~/.cargo/env
76
./x test --stage 1 tests/codegen-llvm/autodiff
77
./x test --stage 1 tests/pretty/autodiff
78
./x test --stage 1 tests/ui/autodiff
0 commit comments