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

Commit

Permalink
ci: run CI on master
Browse files Browse the repository at this point in the history
  • Loading branch information
gakonst committed Jul 29, 2021
1 parent f0e630b commit 5252712
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
on: pull_request
on: [pull_request, push]

name: Tests

Expand All @@ -10,7 +10,7 @@ env:

jobs:
tests:
name: Check
name: ethereum tests
runs-on: ubuntu-latest
steps:
- name: Checkout sources
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
cargo test
feature-tests:
name: Check
name: celo tests
runs-on: ubuntu-latest
steps:
- name: Checkout sources
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
cargo test --all-features
lint:
name: Check
name: lints
runs-on: ubuntu-latest
steps:
- name: Checkout sources
Expand Down

0 comments on commit 5252712

Please sign in to comment.