Skip to content

Commit

Permalink
Include Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
tapnisu committed Jun 17, 2024
1 parent fcdccae commit 3076d88
Show file tree
Hide file tree
Showing 4 changed files with 2,525 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Don't forget to update `Cargo.toml`
- name: Setup rust 1.74.0
run: rustup toolchain install 1.74.0 --profile minimal --no-self-update
- name: Rust Cache
uses: Swatinem/rust-cache@v2.2.0
uses: Swatinem/rust-cache@v2
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk
Expand Down
Loading

0 comments on commit 3076d88

Please sign in to comment.