Skip to content

Commit d7efae4

Browse files
committed
chore: rename packages to allow cargo publish
1 parent 3e7caa8 commit d7efae4

303 files changed

Lines changed: 2793 additions & 2743 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
run: make check
3030

3131
test:
32-
runs-on: ${{ fromJSON(github.repository == 'filecoin-project/builtin-actors' && '["self-hosted", "linux", "x64", "4xlarge"]' || '"ubuntu-latest"') }}
32+
runs-on: ${{ fromJSON(github.repository == 'recallnet/builtin-actors' && '["self-hosted", "linux", "x64", "4xlarge"]' || '"ubuntu-latest"') }}
3333
steps:
3434
- name: Checking out
3535
uses: actions/checkout@v3
3636
- if: env.RUNNER_ENVIRONMENT != 'github-hosted'
3737
uses: dtolnay/rust-toolchain@stable
3838
- name: Running tests
3939
run: |
40-
cargo test --locked --all --no-fail-fast --exclude=fil_builtin_actors_bundle
40+
cargo test --locked --all --no-fail-fast --exclude=recall_fil_builtin_actors_bundle
4141
4242
build:
4343
runs-on: ubuntu-latest

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# with the default name they would override each other.
2525
LLVM_PROFILE_FILE: "%m.profraw"
2626
RUSTFLAGS: "-Cinstrument-coverage"
27-
run: cargo test --workspace --exclude fil_builtin_actors_bundle
27+
run: cargo test --workspace --exclude recall_fil_builtin_actors_bundle
2828
- name: Merge profiling data
2929
# Do *not* use sparse output. It leads to more lines that are not taken
3030
# into account at all

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cargo publish --verbose --locked --package recall_vm_api

0 commit comments

Comments
 (0)