Skip to content

Commit

Permalink
try only with the test file
Browse files Browse the repository at this point in the history
  • Loading branch information
BuonOmo committed Sep 3, 2024
1 parent 02d9010 commit 1443a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ jobs:
done
cat ${{ github.workspace }}/setup.sql | cockroach sql --insecure
- name: Test
run: bundle exec rake test TESTOPTS='--profile=3 --verbose --name="/FixturesResetPkSequenceTest/"'
run: bundle exec rake test TESTOPTS='--profile=3 --verbose TEST_FILES=test/cases/fixtures_test.rb'

0 comments on commit 1443a8c

Please sign in to comment.