Skip to content

Commit

Permalink
Merge pull request #131 from mitchmindtree/dasp-graph-ci
Browse files Browse the repository at this point in the history
Add missing CI steps for `dasp_graph`
  • Loading branch information
mitchmindtree authored Jul 16, 2020
2 parents 09d12e8 + 6ac06f8 commit 4a243c9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/dasp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ jobs:
with:
command: test
args: --manifest-path dasp_window/Cargo.toml --no-default-features --verbose
- name: cargo test dasp_graph (no default features)
uses: actions-rs/cargo@v1
with:
command: test
args: --manifest-path dasp_graph/Cargo.toml --no-default-features --verbose

cargo-test-all-features:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -262,6 +267,11 @@ jobs:
run: cargo publish --token $CRATESIO_TOKEN --manifest-path dasp_signal/Cargo.toml
- name: wait for crates.io
run: sleep 5
- name: cargo publish dasp_graph
continue-on-error: true
run: cargo publish --token $CRATESIO_TOKEN --manifest-path dasp_graph/Cargo.toml
- name: wait for crates.io
run: sleep 5
- name: cargo publish dasp
continue-on-error: true
run: cargo publish --token $CRATESIO_TOKEN --manifest-path dasp/Cargo.toml

0 comments on commit 4a243c9

Please sign in to comment.