Skip to content

Commit

Permalink
remove emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysolovay committed Sep 26, 2024
1 parent 05a5de3 commit c66c236
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,14 @@ jobs:
~/.cargo/git
target
key: ${{ runner.os }}-test-${{ hashFiles('**/Cargo.lock') }}

- name: ⚙️ Setup
- name: Setup
run: |
just get-mainnet-archive-db
just pg
just wait-for-pg
- name: 🧪 Test
- name: Test
run: just test

- name: 👨‍🔧 Tear down
- name: Tear down
run: just pg-down

rustfmt:
Expand Down

0 comments on commit c66c236

Please sign in to comment.