Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmiebfulton committed Feb 9, 2020
1 parent 5807514 commit 6c804df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,4 1,4 @@
name: Rust
name: Build

on: [push]

Expand All @@ -11,5 11,5 @@ jobs:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
- name: Test
run: cargo test --verbose

0 comments on commit 6c804df

Please sign in to comment.