Skip to content

Commit

Permalink
fix: conventional commits (#10)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Olivier <[email protected]>
  • Loading branch information
martin-olivier authored Mar 24, 2023
1 parent 3c978b2 commit 67cde88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Build project
- name: Build project (debug)
run: cargo build

- name: Install project
- name: Install project (release)
run: cargo install --path .

- name: Check install
Expand Down

0 comments on commit 67cde88

Please sign in to comment.