Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhickman committed Oct 17, 2024
1 parent 744cc23 commit fd5c206
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
with:
toolchain: ${{ matrix.rust_version }}

- run: cargo update
if: ${{ matrix.rust == 'stable' || matrix.rust == 'beta' }}

- name: cargo build
uses: actions-rs/cargo@v1
with:
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/target
**/*.rs.bk
Cargo.lock
**/*.rs.bk

0 comments on commit fd5c206

Please sign in to comment.