Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen committed Apr 26, 2021
1 parent c70216a commit 4b19a02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ jobs:
toolchain: ${{ matrix.toolchain }}
override: true
- run: cargo build --release
- run: cargo build --examples --release
- run: cargo test --release
- run: cargo doc --release
- run: cargo build --no-default-features
- run: cargo build --examples --no-default-features
- run: cargo test --no-default-features
- run: cargo doc --no-default-features
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ jobs:
toolchain: ${{ matrix.toolchain }}
override: true
- run: cargo build
- run: cargo build --examples
- run: cargo test
- run: cargo doc
- run: cargo build --no-default-features
- run: cargo build --examples --no-default-features
- run: cargo test --no-default-features
- run: cargo doc --no-default-features

0 comments on commit 4b19a02

Please sign in to comment.