Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Feb 10, 2025
1 parent 3fb4a03 commit 5e63ad6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ jobs:
-
name: Test
run: |
vagrant ssh -- "cd /vagrant; SKIP_INTEGRATION_TESTS=1 go test -mod=vendor -coverprofile=coverage.txt -covermode=atomic ${{ env.TESTFLAGS }} ./..."
vagrant ssh -- "df -h; cd /vagrant; SKIP_INTEGRATION_TESTS=1 go test -mod=vendor -coverprofile=coverage.txt -covermode=atomic ${{ env.TESTFLAGS }} ./..."
vagrant ssh -c "sudo cat /vagrant/coverage.txt" > coverage.txt
-
name: Upload coverage
Expand Down
1 change: 1 addition & 0 deletions hack/Vagrantfile.netbsd
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Vagrant.configure("2") do |config|

config.vm.provision "init", type: "shell", run: "once" do |sh|
sh.inline = <<~SHELL
umount -f /tmp
pkgin -y install git mozilla-rootcerts
mozilla-rootcerts install
Expand Down

0 comments on commit 5e63ad6

Please sign in to comment.