Skip to content

Commit

Permalink
Removed build step
Browse files Browse the repository at this point in the history
  • Loading branch information
kchudy committed Jul 20, 2023
1 parent 773033e commit 0cd993d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ env:
CARGO_TERM_COLOR: always

jobs:
build:
test:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose

0 comments on commit 0cd993d

Please sign in to comment.