Skip to content

Commit

Permalink
test image
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Zaporozhets <[email protected]>
  • Loading branch information
Nikita Zaporozhets committed Jan 24, 2024
1 parent 7118ed4 commit c973514
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ env:
RUSTFLAGS: "-Cinstrument-coverage"

jobs:
build:
consistency:
runs-on: ubuntu-latest
container:
image: sora2/substrate:env

steps:
- name: Checkout code
Expand All @@ -29,21 +31,21 @@ jobs:
target
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}

- name: Setup Rust
uses: ATiltedTree/[email protected]
with:
rust-version: nightly-2024-01-15
# - name: Setup Rust
# uses: ATiltedTree/[email protected]
# with:
# rust-version: nightly-2024-01-15

- name: Install llvm tools
run: rustup component add llvm-tools-preview
# - name: Install llvm tools
# run: rustup component add llvm-tools-preview

- name: Install grcov
run: cargo install grcov
# - name: Install grcov
# run: cargo install grcov

- name: Install packages
run: |
apt-get update
protobuf-compiler
# - name: Install packages
# run: |
# apt-get update
# protobuf-compiler

- name: Build and test
run: cargo test -r
Expand Down

0 comments on commit c973514

Please sign in to comment.