Skip to content

Commit

Permalink
workflows/test: include age in install
Browse files Browse the repository at this point in the history
Signed-off-by: Morten Linderud <[email protected]>
  • Loading branch information
Foxboron committed Feb 16, 2025
1 parent 2c8f8e8 commit 7b5c290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
fetch-depth: 0
- name: add stefanberger/swtpm-jammy
run: sudo add-apt-repository ppa:stefanberger/swtpm-jammy
- name: Install swtpm
run: sudo apt-get install -y swtpm-tools
- name: Install swtpm and age
run: sudo apt-get install -y swtpm-tools age
- name: Run tests
run: go test -race ./...
- name: Run go vet
Expand Down

0 comments on commit 7b5c290

Please sign in to comment.