Add the 'rc' serde feature to catalyst-types in order to be able to s… #1101
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| permissions: | |
| id-token: write | |
| contents: write | |
| packages: write | |
| pull-requests: write | |
| jobs: | |
| ci: | |
| uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.5.1 | |
| with: | |
| forge_version: 0.8.0 | |
| test_reporting: | |
| if: always() | |
| needs: ci | |
| uses: ./.github/workflows/generate-allure-report.yml |