Version fix (#193)
* Version fix * Workflow fix * Test fix * Test fix * Removing code that was meant to be removed Caused an extra file to be created when the request is called * Updated env sample to address workflow * Removed import * env fix * Version change * Version bump Going with the version I done earlier. I won't have the versioning match the api version in the endpoints * Fixing versions for app dependencies
This commit was merged in pull request #193.
This commit is contained in:
@@ -2,9 +2,9 @@ name: Rust CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "v0.2" ]
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "v0.2" ]
|
||||
branches: [ "main" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -25,7 +25,7 @@ jobs:
|
||||
--health-retries 5
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Install Rust 1.90.0
|
||||
uses: actions-rs/toolchain@v1
|
||||
@@ -69,7 +69,7 @@ jobs:
|
||||
ROOT_DIRECTORY: "/tmp"
|
||||
DATABASE_URL: "postgres://${{ secrets.POSTGRES_USER }}:${{ secrets.POSTGRES_PASSWORD }}@localhost:5432/${{ secrets.POSTGRES_DB }}"
|
||||
run: |
|
||||
cat .env.sample | head -1 > .env
|
||||
cat .env.sample | head -6 > .env
|
||||
cargo test --verbose --
|
||||
|
||||
- name: Run clippy
|
||||
|
||||
Reference in New Issue
Block a user