Skip to content

Commit

Permalink
fix: enable unsafe support for yaegi (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvertes authored Jan 24, 2024
1 parent 37cc158 commit b74d4aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/yaegi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
uses: ./.github/workflows/template.yaml
with:
name: Yaegi
run-command: '-count=1 -v ./... -args -run-cmd="yaegi run {path}"'
run-command: '-count=1 -v ./... -args -run-cmd="yaegi run -unsafe {path}"'
need-extra-binaries: true
extra-binaries-install: go install github.com/traefik/yaegi/cmd/yaegi@latest
extra-binaries-install: go install github.com/traefik/yaegi/cmd/yaegi@latest

0 comments on commit b74d4aa

Please sign in to comment.