Skip to content

Commit

Permalink
Make sure eatmydata is intalled in test env in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
upils committed Oct 30, 2023
1 parent 2175801 commit 1a23d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: apt-update
run: sudo apt update
- name: install-test-dependencies
run: sudo apt install -y snapd germinate mtools debootstrap fdisk gdisk qemu-system-aarch64 qemu-user-static ubuntu-dev-tools
run: sudo apt install -y snapd germinate mtools debootstrap eatmydata fdisk gdisk qemu-system-aarch64 qemu-user-static ubuntu-dev-tools
- name: test
run: sudo go test -timeout 0 -v -race -coverprofile=coverage.out -covermode=atomic ./...
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 1a23d63

Please sign in to comment.