Skip to content

Commit

Permalink
Merge pull request wasmerio#2246 from k-nasa/rename_workflow_name
Browse files Browse the repository at this point in the history
Rename confusing workflow name
  • Loading branch information
MarkMcCaskey authored Apr 21, 2021
2 parents 1b0c870 + 559e619 commit 87c6669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
- '!staging'
- '!staging.tmp'

name: build
name: Coverage

env:
RUST_BACKTRACE: 1
RUSTFLAGS: "-Ccodegen-units=1 -Clink-dead-code -Coverflow-checks=off"

jobs:
lint:
coverage:
name: Coverage
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 87c6669

Please sign in to comment.