Skip to content

Commit

Permalink
ci: small naming cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gwen-lg committed Feb 5, 2024
1 parent c452196 commit ec7b1df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ env:
CARGO_TERM_COLOR: always

jobs:
code_checks:
ci_code_checks_ans_tests:
runs-on: ubuntu-22.04
env:
RUSTFLAGS: "-D warnings"
strategy:
fail-fast: false

name: Code Checks
name: Code Checks and Tests

steps:
- name: "Install dependencies Ubuntu"
Expand Down

0 comments on commit ec7b1df

Please sign in to comment.