Skip to content

Commit

Permalink
rename build job and add test run
Browse files Browse the repository at this point in the history
  • Loading branch information
Esgrove committed Mar 18, 2024
1 parent c42c749 commit 6074e56
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:
CARGO_TERM_COLOR: always

jobs:
cargo:
build:
runs-on: ubuntu-latest
steps:
- name: Check out source repository
Expand Down Expand Up @@ -58,6 +58,10 @@ jobs:
working-directory: rust
run: cargo build

- name: Run tests
working-directory: rust
run: cargo test --no-fail-fast

lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6074e56

Please sign in to comment.