Skip to content

Commit

Permalink
Merge branch 'main' of github.com:refaktor/rye
Browse files Browse the repository at this point in the history
  • Loading branch information
refaktor committed Dec 7, 2023
2 parents a827b53 + 70a45d3 commit 26d73fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ 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" ./...
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: cd tests ; ../bin/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" ./...

0 comments on commit 26d73fd

Please sign in to comment.