Skip to content

Commit

Permalink
refactor(ci): cleanup CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Arqu committed Nov 24, 2022
1 parent c625b6e commit 269a8c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,23 +117,11 @@ jobs:
- name: tests
timeout-minutes: 30
env:
# iroh-util/src/lock.rs#test_locks uses a fork() command & fails only in
# GHA if this is not present
# https://twitter.com/steipete/status/921066430220652544?lang=en
# https://blog.phusion.nl/2017/10/13/why-ruby-app-servers-break-on-macos-high-sierra-and-what-can-be-done-about-it/
OBJC_DISABLE_INITIALIZE_FORK_SAFETY: "YES"
run: |
cargo test --workspace --all-features --all-targets
- name: tests w/o default features
timeout-minutes: 30
env:
# iroh-util/src/lock.rs#test_locks uses a fork() command & fails only in
# GHA if this is not present
# https://twitter.com/steipete/status/921066430220652544?lang=en
# https://blog.phusion.nl/2017/10/13/why-ruby-app-servers-break-on-macos-high-sierra-and-what-can-be-done-about-it/
OBJC_DISABLE_INITIALIZE_FORK_SAFETY: "YES"
run: |
cargo test --workspace --no-default-features --all-targets
Expand Down Expand Up @@ -312,12 +300,6 @@ jobs:
- name: coverage
timeout-minutes: 30
env:
# iroh-util/src/lock.rs#test_locks uses a fork() command & fails only in
# GHA if this is not present
# https://twitter.com/steipete/status/921066430220652544?lang=en
# https://blog.phusion.nl/2017/10/13/why-ruby-app-servers-break-on-macos-high-sierra-and-what-can-be-done-about-it/
OBJC_DISABLE_INITIALIZE_FORK_SAFETY: "YES"
run: |
cargo xtask coverage
Expand Down
3 changes: 2 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
codecov:
notify:
wait_for_ci: false
require_ci_to_pass: false
after_n_builds: 1
comment: false

0 comments on commit 269a8c6

Please sign in to comment.