Skip to content

Commit

Permalink
ci: some fixes to make CI more stable (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Jul 10, 2024
1 parent 3fb8be1 commit 162a134
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 38 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/add-issue-to-project.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/add-pr-to-project.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,4 @@ jobs:
uses: codecov/codecov-action@v3
with:
verbose: true
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/.vscode

/target

*~
Expand Down

0 comments on commit 162a134

Please sign in to comment.