Skip to content

Commit

Permalink
Update CI configs to master
Browse files Browse the repository at this point in the history
Update lint scripts and CI configs.
  • Loading branch information
pionbot committed Apr 9, 2024
1 parent 091e239 commit 6fa3621
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 @@ -27,7 +27,7 @@ jobs:
fail-fast: false
with:
go-version: ${{ matrix.go }}
codecov-token: ${{ env.CODECOV_TOKEN }}
secrets: inherit

test-i386:
uses: pion/.goassets/.github/workflows/test-i386.reusable.yml@master
Expand All @@ -42,4 +42,4 @@ jobs:
uses: pion/.goassets/.github/workflows/test-wasm.reusable.yml@master
with:
go-version: "1.22" # auto-update/latest-go-version
codecov-token: ${{ env.CODECOV_TOKEN }}
secrets: inherit

0 comments on commit 6fa3621

Please sign in to comment.