This commit is contained in:
parent
fc9a332e63
commit
492d2a602a
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -14,6 +14,8 @@ jobs:
|
||||
run: go build -v ./day01/*.go
|
||||
- name: Build day two
|
||||
run: go build -v ./day02/*.go
|
||||
- name: Run day one
|
||||
run: go run -v ./day01/*.go
|
||||
- name: Display Go version
|
||||
run: go version
|
||||
- name: List files in the repository
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user