Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
criemen committed Oct 21, 2024
1 parent 5ddccd0 commit b343734
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/go-tests-other-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,10 @@ jobs:
where bazel
declare -px
bazel version
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "~1.23.1"
cache: false
id: go
- name: dump env bash again
- name: Test
shell: bash
run: |
where bazel
declare -px
bazel version
- name: Run tests
uses: ./go/actions/test
cd go
make test
# - name: Run tests
# uses: ./go/actions/test

0 comments on commit b343734

Please sign in to comment.