Skip to content

Commit

Permalink
add Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Aug 9, 2024
1 parent 2b995bd commit a994a7d
Show file tree
Hide file tree
Showing 3 changed files with 18,759 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
rm -rf target/ Cargo.lock ~/.cargo/registry
rustup show
cargo +nightly build --release --bins
cargo build --release --bins
- name: Aura Integration tests
run: |
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/target
Cargo.lock
#Cargo.lock
.idea
.cargo
.cargo
Loading

0 comments on commit a994a7d

Please sign in to comment.