Skip to content

Commit

Permalink
GH-2033 Re-enable reference-contracts libtester tests
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Jan 10, 2024
1 parent 0545470 commit aa4973a
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,22 +312,22 @@ jobs:
rm ./*.deb
# Reference Contracts
# - name: checkout reference-contracts
# uses: actions/checkout@v4
# with:
# repository: AntelopeIO/reference-contracts
# path: reference-contracts
# ref: '${{needs.v.outputs.reference-contracts-ref}}'
# - if: ${{ matrix.test == 'deb-install' }}
# name: Install reference-contracts deps
# run: |
# apt-get -y install cmake build-essential
# - name: Build & Test reference-contracts
# run: |
# cmake -S reference-contracts -B reference-contracts/build -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=On -DSYSTEM_ENABLE_LEAP_VERSION_CHECK=Off -DSYSTEM_ENABLE_CDT_VERSION_CHECK=Off
# cmake --build reference-contracts/build -- -j $(nproc)
# cd reference-contracts/build/tests
# ctest --output-on-failure -j $(nproc)
- name: checkout reference-contracts
uses: actions/checkout@v4
with:
repository: AntelopeIO/reference-contracts
path: reference-contracts
ref: '${{needs.v.outputs.reference-contracts-ref}}'
- if: ${{ matrix.test == 'deb-install' }}
name: Install reference-contracts deps
run: |
apt-get -y install cmake build-essential
- name: Build & Test reference-contracts
run: |
cmake -S reference-contracts -B reference-contracts/build -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=On -DSYSTEM_ENABLE_LEAP_VERSION_CHECK=Off -DSYSTEM_ENABLE_CDT_VERSION_CHECK=Off
cmake --build reference-contracts/build -- -j $(nproc)
cd reference-contracts/build/tests
ctest --output-on-failure -j $(nproc)
all-passing:
name: All Required Tests Passed
Expand Down

0 comments on commit aa4973a

Please sign in to comment.