Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into SimulateDeclareDeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiagoPittella committed Jun 30, 2023
2 parents 4752841 + 3af21ba commit 34d3d8f
Show file tree
Hide file tree
Showing 40 changed files with 1,353 additions and 676 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rust-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,19 @@ jobs:
coverage:
runs-on: ubuntu-20.04
steps:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
components: rustfmt, clippy
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: Deps
run: make deps
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
components: rustfmt, clippy
- name: Coverage
run: make coverage
- name: Upload coverage to codecov.io
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
# will have compiled files and executables
debug/
target/
cairo/
cairo1/
cairo2/
# 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
Expand Down Expand Up @@ -42,6 +43,8 @@ starknet-venv/
cairo_programs/cairo_1_contracts/*.sierra
starknet_programs/cairo1/*.casm
starknet_programs/cairo1/*.sierra
starknet_programs/cairo2/*.casm
starknet_programs/cairo2/*.sierra
default.profraw
**.DS_Store
/scripts/reports
Expand Down
Loading

0 comments on commit 34d3d8f

Please sign in to comment.