Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gpskwlkr authored Mar 30, 2024
1 parent ce8ee3b commit fa01b60
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
Expand Up @@ -8,8 +8,6 @@ on:

env:
CARGO_TERM_COLOR: always
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}


jobs:
build:
Expand Down Expand Up @@ -47,3 +45,5 @@ jobs:
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.COVERALLS_REPO_TOKEN }}

0 comments on commit fa01b60

Please sign in to comment.