diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6fdc0437..816ad55a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: go-version: '1.21' - name: Build - run: go build -v -tags "b_tiny,b_sqlite,b_http,b_sql,b_postgres,b_bson,b_crypto,b_smtpd,b_mail,b_bctypt,b_telegram,b_norepl" ./... -o bin/rye + run: go build -tags "b_tiny,b_sqlite,b_http,b_sql,b_postgres,b_bson,b_crypto,b_smtpd,b_mail,b_bctypt,b_telegram,b_norepl" -o bin/rye - name: Run Rye Tests run: bin/rye tests/main.rye test