Skip to content

Commit

Permalink
Merge pull request #253 from mkroening/ci-run
Browse files Browse the repository at this point in the history
ci: Rename "Integration Test" to shorter "Run"
  • Loading branch information
mkroening authored Aug 10, 2023
2 parents 9cf9992 + 919f699 commit e334400
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
- name: Check Formatting
run: cargo fmt -- --check

integration-test:
name: Integration Test
run:
name: Run
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
target: [x86_64, x86_64-uefi, x86_64-fc, aarch64]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install QEMU, NASM (ubuntu)
Expand Down

0 comments on commit e334400

Please sign in to comment.