Skip to content

Commit

Permalink
updated test script
Browse files Browse the repository at this point in the history
  • Loading branch information
emilpriver committed Dec 21, 2023
1 parent 2359a3b commit eb4b196
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ env:
CARGO_TERM_COLOR: always

jobs:
build-and-test:
test:
strategy:
matrix:
os: [ubuntu-latest, ubuntu-20.04, macos-13, macos-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -21,7 +21,5 @@ jobs:
uses: douglascamata/setup-docker-macos-action@v1-alpha
- name: Databases
run: docker compose up -d
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose

0 comments on commit eb4b196

Please sign in to comment.