Skip to content

Commit

Permalink
misc: Update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring authored Nov 13, 2023
1 parent 765ee3a commit 3a37594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ on:
pull_request:
branches: [main]
name: test
env:
HVM_GITHUBTOKEN: ${{ secrets.HVM_GITHUBTOKEN }}
permissions:
contents: read
jobs:
Expand All @@ -28,4 +26,6 @@ jobs:
- name: Install hvm
run: go install
- name: Test
env:
HVM_GITHUBTOKEN: ${{ secrets.HVM_GITHUBTOKEN }}
run: go test ./...

0 comments on commit 3a37594

Please sign in to comment.