Skip to content

Commit

Permalink
chore: update github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Vid201 committed Jan 3, 2023
1 parent eaa76cf commit 1717800
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/CI.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ on:
- main
pull_request:

name: CI
name: ci

jobs:
build_and_test:
name: Rust Abstract Account Bundler Project
name: Account Abstraction Bundler in Rust
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt, clippy
- name: Setup
- name: Setup third party dependencies
run: |
make fetch-thirdparty
- name: Install solc
Expand All @@ -33,6 +33,4 @@ jobs:
make lint
- name: Test
run: |
make cargo-test
make test

0 comments on commit 1717800

Please sign in to comment.