Skip to content

Commit

Permalink
Rename and simplify test action
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacdonald committed Sep 27, 2024
1 parent 5626757 commit 5bf617f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/rust.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: Test

on:
push:
Expand All @@ -10,11 +10,9 @@ env:
CARGO_TERM_COLOR: always

jobs:
build:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose

0 comments on commit 5bf617f

Please sign in to comment.