Skip to content

Commit

Permalink
Enabling full feature for Tier 2 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
svartalf committed Feb 28, 2020
1 parent 3da4308 commit a7500c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tier2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --features ${{ matrix.runtime }} --manifest-path=heim/Cargo.toml
args: --features full,${{ matrix.runtime }} --manifest-path=heim/Cargo.toml

0 comments on commit a7500c1

Please sign in to comment.