Setup Rust for tests
ActionsTags
(2)Optional Directory to execute the tests. Default value: "."
Optional If tests execution is required. Default value: false
-
Run the tests in the specified directory.
uses: albertosml/setup-rust@v1 with: context: './rust_code' run-tests: true -
Run the tests in the root directory.
uses: albertosml/setup-rust@v1 with: run-tests: true -
Don't run the tests.
uses: albertosml/setup-rust@v1 with: run-tests: false
Finally, you can also see more real examples on this file.
Setup Rust for tests is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.