Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fixed some test mistake

fixed some test mistake #4

Workflow file for this run

# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
name:Go
on:
push:
branches:[ "main" ]
pull_request:
branches:[ "main" ]
jobs:
build:
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v4
-name:Set up Go
uses:actions/setup-go@v4
with:
go-version:'1.22'
-name:Test
run:go test -v ./...

[8]ページ先頭

©2009-2025 Movatter.jp