Skip to content

Commit

Permalink
build before test
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Shih authored and Brian Shih committed Jan 5, 2024
1 parent ab017b0 commit 1d4c89d
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: test

# This workflow run tests and build for each push

Expand All @@ -12,11 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Test
run: |
cargo check
cargo test --all
- name: Build
run: |
cargo build
run: cargo build --verbose
- name: Test
run: cargo test --verbose

0 comments on commit 1d4c89d

Please sign in to comment.