Update build.yml

This commit is contained in:
SolidStateDrive 2025-02-01 16:22:58 +01:00 committed by GitHub Enterprise
commit f4f65ba972

View file

@ -21,7 +21,7 @@ jobs:
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -q -y
- name: Build
run: cargo build --verbose
run: . "$HOME/.cargo/env" && cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: . "$HOME/.cargo/env" && cargo test --verbose