diff options
author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2020-02-27 16:00:25 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2020-03-06 07:43:00 +0900 |
commit | 9d14ce836daec7a5c4efb0af5b4da465b7d67a82 (patch) | |
tree | 446b864cc6f7feb51f8f0911e624aa8ed23dd49f /.github/workflows | |
parent | ee6e8be2d26848b27b2861b0eeb9098b3d6736a5 (diff) | |
download | bundler-9d14ce836daec7a5c4efb0af5b4da465b7d67a82.tar.gz |
move spec:parallel_deps with parallel_rspec
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ubuntu.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 955a6b03c0..be1b9569e2 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -24,10 +24,11 @@ jobs: - name: Prepare dependencies run: | sudo apt-get install graphviz -y + - name: Run Test + run: | bin/rake override_version bin/rake spec:parallel_deps - - name: Run Test - run: bin/parallel_rspec spec + bin/parallel_rspec spec env: RGV: ${{ matrix.rgv }} - name: Run Test with realworld |