Skip to content

Commit

Permalink
try something
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhea committed Aug 31, 2023
1 parent d0c6b11 commit ef1a7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
override: true

- name: test cargo
run: cargo test
run: export RUSTUP_INIT_SKIP_PATH_CHECK=yes && curl https://sh.rustup.rs -sSf | sh -s -- -y && source $HOME/.cargo/env && cargo test

0 comments on commit ef1a7bc

Please sign in to comment.