Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdttttt committed Apr 17, 2023
1 parent 6385aea commit f1cc150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Build
run: cargo build --release
run: cargo build

- name: Test
run: cargo test --release --verbose
run: cargo test --verbose

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit f1cc150

Please sign in to comment.