Skip to content

Commit

Permalink
fix: actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakFarmer committed Nov 3, 2023
1 parent 7180496 commit ba8c3b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cargo-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set PATH
run: echo "PATH=$PATH:/root/.cargo/bin" >> $GITHUB_ENV
- name: Run cargo tests
run: cargo test
run: |
source $HOME/.cargo/env
cargo test

0 comments on commit ba8c3b6

Please sign in to comment.