Skip to content

Commit 162a134

Browse files
authored
ci: some fixes to make CI more stable (#157)
1 parent 3fb8be1 commit 162a134

File tree

4 files changed

+2
-38
lines changed

4 files changed

+2
-38
lines changed

.github/workflows/add-issue-to-project.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/add-pr-to-project.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/rust.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,4 @@ jobs:
9494
uses: codecov/codecov-action@v3
9595
with:
9696
verbose: true
97-
fail_ci_if_error: true
9897
token: ${{ secrets.CODECOV_TOKEN }}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/.vscode
2+
13
/target
24

35
*~

0 commit comments

Comments
 (0)