Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
tuyentv96 committed Aug 29, 2024
1 parent aa9850f commit c2b4d80
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/.test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Test
name: Build & Test

on: [push, pull_request]

jobs:
coveralls_io:
name: Test Coverage
build:
name: Build & Test
runs-on: ubuntu-latest

steps:
Expand All @@ -30,6 +30,12 @@ jobs:
override: true
default: true

- name: Run build
uses: actions-rs/cargo@v1
with:
command: build
args: --all-features

- name: Install cargo-tarpaulin
uses: actions-rs/install@v0.1
with:
Expand Down

0 comments on commit c2b4d80

Please sign in to comment.