Skip to content

Commit

Permalink
measure first, then optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Nov 2, 2019
1 parent f30647c commit 8265350
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Expand Up @@ -13,8 +13,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v1
with:
fetch-depth: 5
- name: Set up Rust
uses: hecrj/setup-rust-action@v1
with:
Expand All @@ -35,8 +33,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v1
with:
fetch-depth: 5
- name: Set up Rust
uses: hecrj/setup-rust-action@v1
with:
Expand All @@ -55,7 +51,6 @@ jobs:
uses: actions/checkout@v1
with:
submodules: recursive
fetch-depth: 5
- name: Set up Rust
uses: hecrj/setup-rust-action@v1
with:
Expand All @@ -68,8 +63,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v1
with:
fetch-depth: 5
- name: Set up Rust
uses: hecrj/setup-rust-action@v1
- name: Skeptic Test
Expand Down

0 comments on commit 8265350

Please sign in to comment.