Skip to content

Commit

Permalink
Rename action
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael O'Keefe authored and Michael O'Keefe committed Dec 15, 2023
1 parent e9fe1db commit d3343f2
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: cli-app-build
name: build-cli

on:
push:
Expand All @@ -24,6 +24,7 @@ jobs:
ls: dir

runs-on: ${{ format('{0}-latest', matrix.os) }}

steps:
- uses: actions/checkout@v3

Expand All @@ -32,9 +33,9 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: stable
override: true

- name: set up rust for ubuntu
if: matrix.os == 'ubuntu'
run: >
Expand All @@ -48,7 +49,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: stable
override: true

- run: cd rust/ && cargo test
Expand Down

0 comments on commit d3343f2

Please sign in to comment.