remove white spaces
This commit is contained in:
parent
9e7079b9eb
commit
39bbde179f
1 changed files with 4 additions and 4 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -22,10 +22,10 @@ jobs:
|
|||
~/.cargo/git
|
||||
target
|
||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.toml') }}
|
||||
|
||||
|
||||
- name: Install Foundry
|
||||
uses: foundry-rs/foundry-toolchain@v1
|
||||
|
||||
|
||||
- name: Format
|
||||
run: cargo fmt --check --verbose
|
||||
- name: Lint
|
||||
|
@ -33,9 +33,9 @@ jobs:
|
|||
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
|
||||
|
||||
- name: Download safes
|
||||
run: wget -q -c https://rpc.circlesubi.id/pathfinder-db/capacity_graph.db
|
||||
|
||||
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
|
|
Loading…
Reference in a new issue