diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cb6f51f4..3e4bbab7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,5 +26,8 @@ jobs: - 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" ./... + - name: Run Rye Tests + run: ./rye tests/main.rye test + # - name: Test # run: go test -v -tags "b_tiny,b_sqlite,b_http,b_sql,b_postgres,b_openai,b_bson,b_crypto,b_smtpd,b_mail,b_postmark,b_bctypt,b_telegram" ./...