Vendor test_fixtures ABIs so the crate publishes standalone #132
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: copy-artifacts | |
| on: [push] | |
| jobs: | |
| copy-artifacts: | |
| # Shared reusable (rainix#201): build from committed sources and assert the | |
| # committed meta/pointer/abi artifacts are still current. Includes the | |
| # Cachix substitution + 8G GC cap; no prelude (committing the artifacts is | |
| # what removes the need for one). secrets: inherit carries CACHIX_AUTH_TOKEN. | |
| uses: rainlanguage/rainix/.github/workflows/rainix-copy-artifacts.yaml@main | |
| secrets: inherit |