Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ on:
branches: ["main"]
workflow_dispatch:

defaults:
run:
working-directory: ./bbq2

jobs:
miri:
build:
name: "Build all crates"
runs-on: ubuntu-latest
steps:
Expand Down
26 changes: 0 additions & 26 deletions .github/workflows/doctests.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/embedded-builds.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/fmt.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/full-test.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
branches: ["main"]
workflow_dispatch:

defaults:
run:
working-directory: ./bbq2

jobs:
miri:
name: "miri all the things"
Expand Down
8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[workspace]
members = ["bbqtest", "core"]
exclude = ["bbq2"]
resolver = "3"
members = [
"bbq2",
"legacy-bbqtest",
"legacy-core",
]
2 changes: 1 addition & 1 deletion bbqtest/Cargo.toml → legacy-bbqtest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
bounded-spsc-queue = { version = "0.4.0", optional = true }

[dependencies.bbqueue]
path = "../core"
path = "../legacy-core"


[dev-dependencies]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.