Initial commit of shards for T4623.
Details
Details
- Reviewers
JoshStrobl - Group Reviewers
Triage Team - Maniphest Tasks
- T4623: shards
- Initialise new project
- Add minitest.cr dependency to project
- Build simple "hello world" program
Diff Detail
Diff Detail
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage
Event Timeline
package.yml | ||
---|---|---|
11 | Why does this need networking? |
package.yml | ||
---|---|---|
11 | In the check step it runs itself to install dependencies (from the internet) for its tests. That's the only time it requires networking, though. |
Comment Actions
At some point down the line integration tests have started failing in the chroot (passing otherwise). Given that I haven't bumped shards since initial commit, has something changed in solbuild's backend that might cause them to fail? Otherwise I'll just disable them.