Skip to content

Commit

Permalink
Run certifier and service UTs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
poszu committed Nov 23, 2023
1 parent 56f90a4 commit c1efa57
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
toolchain: stable

steps:
- uses: arduino/setup-protoc@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v3
with:
submodules: true
Expand All @@ -64,8 +67,8 @@ jobs:
unzip -j OpenCL-SDK-v2023.04.17-Win-x64.zip OpenCL-SDK-v2023.04.17-Win-x64/lib/OpenCL.lib
- uses: Swatinem/rust-cache@v2

- name: Test post crate
run: cargo test --all-features --release
- name: Tests
run: cargo test --all-features --release -p post-rs -p certifier -p service
env:
RUSTFLAGS: ${{ matrix.rustflags }}
# https://github.com/tevador/RandomX/issues/262
Expand Down

0 comments on commit c1efa57

Please sign in to comment.