mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-05-30 02:18:57 -06:00
Merge branch 'main' into feature/tagged-pointer
This commit is contained in:
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@@ -28,9 +28,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
- run: |
|
- run: examples/test.sh
|
||||||
cd examples
|
|
||||||
./test.sh
|
|
||||||
cmake:
|
cmake:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -2,12 +2,11 @@
|
|||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
cargo build
|
cd $(dirname $0)
|
||||||
|
|
||||||
for cargo_file in */Cargo.toml
|
for cargo_file in */Cargo.toml; do
|
||||||
do
|
cargo run --bin $(dirname $cargo_file) &
|
||||||
target/debug/$(dirname $cargo_file) &
|
pid=$!
|
||||||
pid=$!
|
sleep 20
|
||||||
sleep 10
|
kill $pid
|
||||||
kill $pid
|
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user