Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
battleoverflow committed May 10, 2023
1 parent 46dbbfc commit 932c231
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Author(s): azazelm3dj3d (https://github.com/azazelm3dj3d)
# License: BSD 2-Clause

name: Build
name: Mercy

on:
push:
Expand All @@ -16,21 +16,23 @@ env:
CARGO_TERM_COLOR: always

jobs:
runs-on: ubuntu-latest

check:
steps:
- uses: actions/checkout@v3
- name: Check
run: cargo check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check
run: cargo check

test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test
run: cargo test

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
Expand Down

0 comments on commit 932c231

Please sign in to comment.