We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd1b699 commit 2e341efCopy full SHA for 2e341ef
.github/workflows/rust.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Run tests
22
run: cargo test --verbose
23
- name: Run nighly tracking tests
24
- run: cd const_env_tests && source set-env && cargo +nightly run
+ run: cd const_env_tests && source set-env.sh && cargo +nightly run
25
- name: Run non-nightly tracking tests
26
run: cd const_env_tests && ./run-tracking-tests.sh
27
0 commit comments