Skip to content

Commit

Permalink
ci: fix test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianbormann committed Sep 20, 2024
1 parent be72598 commit a05078d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
9 changes: 3 additions & 6 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,18 @@ body:
description: Steps to reproduce the behavior.
placeholder: |
1. In my environment ...
2. With this browser ...
3. Run function xyz '...'
4. See the error message ...
2. Run command xyz '...'
3. See the error message ...
validations:
required: true
- type: textarea
attributes:
label: Environment
description: |
examples:
- **OS**: Ubuntu 23.10
- **Browser**: Google Chrome (version 120.0.6099.129)
- **OS**: Ubuntu 24.04
value: |
- OS:
- Browser:
render: markdown
validations:
required: false
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,5 @@ jobs:
restore-keys: |
${{ runner.os }}-cargo-build-
- name: 🔨 Build
run: cargo build --verbose

- name: 🎳 Run tests
run: cargo test --verbose
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Cardano DevKit 🪚🔩⛓

<p align="left">
<img alt="Tests" src="https://github.com/cardano-foundation/cardano-devkit/actions/workflows/test.yaml/badge.svg?branch=main" />
<img alt="Release" src="https://github.com/cardano-foundation/cardano-devkit/actions/workflows/release.yaml/badge.svg?branch=main" />
<img alt="Publish" src="https://github.com/cardano-foundation/cardano-devkit/actions/workflows/publish.yaml/badge.svg?branch=main" />
<img alt="Tests" src="https://github.com/cardano-foundation/cardano-devkit/actions/workflows/test.yml/badge.svg?branch=main" />
<img alt="Release" src="https://github.com/cardano-foundation/cardano-devkit/actions/workflows/release.yml/badge.svg?branch=main" />
<img alt="Publish" src="https://github.com/cardano-foundation/cardano-devkit/actions/workflows/publish.yml/badge.svg?branch=main" />
<a href="https://conventionalcommits.org"><img alt="conventionalcommits" src="https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits" /></a>
<a href="https://opensource.org/licenses/MIT"><img alt="License" src="https://img.shields.io/badge/License-MIT-green.svg" /></a>
<a href="https://discord.gg/4WVNHgQ7bP"><img alt="Discord" src="https://img.shields.io/discord/1022471509173882950?label=Discord"></a>
Expand Down

0 comments on commit a05078d

Please sign in to comment.