mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix sha256 for github-workflow.json.
This was not being tested as part of the unit test workflows, and thus was not being hit normally. These tests are also added to the unit tests target. PiperOrigin-RevId: 350766814
This commit is contained in:
committed by
gVisor bot
parent
bf343394d4
commit
df1b23c8de
@@ -192,7 +192,7 @@ fuse-tests:
|
||||
.PHONY: fuse-tests
|
||||
|
||||
unit-tests: ## Local package unit tests in pkg/..., runsc/, tools/.., etc.
|
||||
@$(call test,pkg/... runsc/... tools/...)
|
||||
@$(call test,//:all pkg/... runsc/... tools/...)
|
||||
.PHONY: unit-tests
|
||||
|
||||
tests: ## Runs all unit tests and syscall tests.
|
||||
|
||||
@@ -210,7 +210,7 @@ http_file(
|
||||
|
||||
http_file(
|
||||
name = "github_workflow_schema",
|
||||
sha256 = "2c375bb43dbc8b32b1bed46c290d0b70a8fa2aca7a5484dfca1b6e9c38cf9e7a",
|
||||
sha256 = "60603d1095b11d136e04a8b95be83a23ad8044169e46f82f925c320c1cf47a49",
|
||||
urls = ["https://raw.githubusercontent.com/SchemaStore/schemastore/27612065234778feaac216ce14dd47846fe0a2dd/src/schemas/json/github-workflow.json"],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user