diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 0a2e234f..caa70090 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -144,6 +144,7 @@ jobs: apt-get update -qq apt-get -q install -qq -y docker.io + - run: apt-get -q install -qq -y gcc # required for `-race` - name: integration test run: | go test -race ./act/container @@ -185,6 +186,8 @@ jobs: EOF apt --quiet install --yes -qq docker.io make + - run: apt-get -q install -qq -y gcc # required for `-race` + - run: make integration-test validate-mocks: