Skip to content

chore(deps): bump @babel/traverse from 7.22.10 to 7.23.2 in /zemu #114

chore(deps): bump @babel/traverse from 7.22.10 to 7.23.2 in /zemu

chore(deps): bump @babel/traverse from 7.22.10 to 7.23.2 in /zemu #114

Workflow file for this run

name: Go tests
on:
push:
branches:
- main
pull_request:
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.19"
- name: Testing short mode
run: cd go && go test ./... -short -v