Skip to content

Bump safety from 3.2.4 to 3.2.5 #766

Bump safety from 3.2.4 to 3.2.5

Bump safety from 3.2.4 to 3.2.5 #766

Workflow file for this run

name: Tests
on: [pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v27
- run: make test
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}