Skip to content

Commit

Permalink
Update syntax, simplify job names
Browse files Browse the repository at this point in the history
  • Loading branch information
BanjoFox committed Aug 22, 2023
1 parent e0e469e commit 25b17ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/aardwolf-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,19 @@ on:
branches:
- "**/*"
pull_request:
workflow_call:

concurrency:
group: "${{ github.ref }}"
cancel-in-progress: true

jobs:

Aardwolf-Build:
Build:
runs-on: ubuntu-latest

steps:

- name: checkout
- name: Checkout
uses: actions/[email protected]
# Installs the most recent stable rust toolchain as of the specified time
# offset, which may be written in years, months, weeks, or days.
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/aardwolf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ on:

jobs:

Aardwolf-Test:
Test:
name: Cargo Test
runs-on: ubuntu-latest
steps:
- uses: ./.github/workflows/aardwolf-build.yml

- name: Cargo test aardwolf
run: cargo test --all --verbose
- name: Cargo test aardwolf
run: cargo test --all --verbose

0 comments on commit 25b17ad

Please sign in to comment.