Skip to content

Commit

Permalink
fix(ci): add go test step
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmoss committed Oct 11, 2024
1 parent f01f737 commit 7747489
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,15 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v5
- run: go version
- run: go test ./test

- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby-version }}
- run: bundle exec rake compile:local
- run: bundle exec sus

rubocop:
Expand All @@ -36,4 +41,4 @@ jobs:
bundler-cache: true

- name: Rubocop
run: bundle exec rubocop
run: bundle exec rubocop -P --fail-level C

0 comments on commit 7747489

Please sign in to comment.