Skip to content

Commit

Permalink
chore: fix ci (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
shramee authored Sep 5, 2024
1 parent 2c3db2a commit be0ede3
Show file tree
Hide file tree
Showing 3 changed files with 1,348 additions and 1,143 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
- uses: actions/checkout@v3
- name: Setup Rust v1.80.1
run: rustup default 1.80.1
- name: Update dependencies
- name: Build
run: cargo update
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
Loading

0 comments on commit be0ede3

Please sign in to comment.